On 01/02/2023 14:31, David Woodhouse wrote:
From: David Woodhouse <d...@amazon.co.uk>

Just the basic shell, with the event channel hookup. It only dumps the
buffer for now; a real ring implmentation will come in a subsequent patch.

Signed-off-by: David Woodhouse <d...@amazon.co.uk>
---
  hw/i386/kvm/meson.build    |   1 +
  hw/i386/kvm/xen_evtchn.c   |   1 +
  hw/i386/kvm/xen_xenstore.c | 248 +++++++++++++++++++++++++++++++++++++
  hw/i386/kvm/xen_xenstore.h |  20 +++
  hw/i386/pc.c               |   2 +
  target/i386/kvm/xen-emu.c  |  12 ++
  6 files changed, 284 insertions(+)
  create mode 100644 hw/i386/kvm/xen_xenstore.c
  create mode 100644 hw/i386/kvm/xen_xenstore.h


Reviewed-by: Paul Durrant <p...@xen.org>


Reply via email to