]> git.proxmox.com Git - mirror_qemu.git/commit
xen: Fix xenpv machine initialisation
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 8 Nov 2016 14:07:22 +0000 (14:07 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 8 Nov 2016 19:17:30 +0000 (11:17 -0800)
commit804ba7c10bbc66bb8a8aa73ecc60f620da7423d5
tree2258272459dec9243cbb45c28e39787c51f444aa
parent207faf24c58859f5240f66bf6decc33b87a1776e
xen: Fix xenpv machine initialisation

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. Moving the code
to xen_hvm_init() fix the issue.

This fix 021746c131cdfeab9d82ff918795a9f18d20d7ae.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen-common.c
xen-hvm.c