Re: [PATCH] hw/xen: Simplify emulated Xen platform init

2023-03-24 Thread Paul Durrant
On 10/03/2023 10:54, David Woodhouse wrote: From: David Woodhouse I initially put the basic platform init (overlay pages, grant tables, event channels) into mc->kvm_type because that was the earliest place that could sensibly test for xen_mode==XEN_EMULATE. The intent was to do this early enou

[PATCH] hw/xen: Simplify emulated Xen platform init

2023-03-10 Thread David Woodhouse
From: David Woodhouse I initially put the basic platform init (overlay pages, grant tables, event channels) into mc->kvm_type because that was the earliest place that could sensibly test for xen_mode==XEN_EMULATE. The intent was to do this early enough that we could then initialise the XenBus an