Re: [Qemu-devel] [PATCH] xen: Fix xenpv machine initialisation

2016-11-08 Thread Anthony PERARD
On Mon, Nov 07, 2016 at 12:53:29PM -0800, Stefano Stabellini wrote: > On Mon, 7 Nov 2016, Anthony PERARD wrote: > > When using QEMU for Xen PV guest, QEMU abort with: > > xen-common.c:118:xen_init: Object 0x7f2b8325dcb0 is not an instance of type > > generic-pc-machine > > > > This is because the

Re: [Qemu-devel] [PATCH] xen: Fix xenpv machine initialisation

2016-11-07 Thread Stefano Stabellini
On Mon, 7 Nov 2016, Anthony PERARD wrote: > When using QEMU for Xen PV guest, QEMU abort with: > xen-common.c:118:xen_init: Object 0x7f2b8325dcb0 is not an instance of type > generic-pc-machine > > This is because the machine 'xenpv' also use accel=xen. > > This fix 021746c131cdfeab9d82ff918795a

[Qemu-devel] [PATCH] xen: Fix xenpv machine initialisation

2016-11-07 Thread Anthony PERARD
When using QEMU for Xen PV guest, QEMU abort with: xen-common.c:118:xen_init: Object 0x7f2b8325dcb0 is not an instance of type generic-pc-machine This is because the machine 'xenpv' also use accel=xen. This fix 021746c131cdfeab9d82ff918795a9f18d20d7ae Signed-off-by: Anthony PERARD --- CC: Wei