qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v10 51/59] hw/xen: Add xen_xenstore device for xenstore emula


From: Paul Durrant
Subject: Re: [PATCH v10 51/59] hw/xen: Add xen_xenstore device for xenstore emulation
Date: Tue, 14 Feb 2023 15:55:49 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 01/02/2023 14:31, David Woodhouse wrote:
From: David Woodhouse <dwmw@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 <dwmw@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 <paul@xen.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]