Re: [RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation

2023-01-04 Thread David Woodhouse
On 4 January 2023 12:01:54 GMT, "Dr. David Alan Gilbert" wrote: >* David Woodhouse (dw...@infradead.org) wrote: >> From: David Woodhouse >> >> The hookup to event channel is a bit of a special case hack right now; as >> we make this work for real PV driver back ends, that will be implemented

Re: [RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation

2023-01-04 Thread Dr. David Alan Gilbert
* David Woodhouse (dw...@infradead.org) wrote: > From: David Woodhouse > > The hookup to event channel is a bit of a special case hack right now; as > we make this work for real PV driver back ends, that will be implemented > for the general case of Dom0 ports binding to DomU. > > Signed-off-by:

[RFC PATCH v5 51/52] hw/xen: Add xen_xenstore device for xenstore emulation

2022-12-30 Thread David Woodhouse
From: David Woodhouse The hookup to event channel is a bit of a special case hack right now; as we make this work for real PV driver back ends, that will be implemented for the general case of Dom0 ports binding to DomU. Signed-off-by: David Woodhouse --- hw/i386/kvm/meson.build| 1 + hw