pc, Disable vmport initialisation with Xen.
commit1611977c3d8fdbdac6090cbd1f5555cee4aed6d9
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 3 May 2011 16:06:54 +0000 (3 17:06 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 8 May 2011 08:10:00 +0000 (8 10:10 +0200)
treef5e1f49754b7d3734ce87ed51f482c2a195f0b57
parent29d3ccde82a0d782b81da39342fb3e3bcf547537
pc, Disable vmport initialisation with Xen.

This is because there is not synchronisation of the vcpu register
between Xen and QEMU, so vmport can't work properly.

This patch introduces no_vmport parameter to pc_basic_device_init.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/pc.c
hw/pc.h
hw/pc_piix.c