]> git.ipfire.org Git - thirdparty/qemu.git/commit
pc: Fix disabling of vapic for compat PC models
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 30 Jul 2014 07:01:59 +0000 (09:01 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 6 Jan 2015 22:06:25 +0000 (16:06 -0600)
commit8100812711ea480119f9796bd6c0895e6ac85d0f
tree8d86e62e8f2a3069291e06d12a65b8c611ace186
parentcf0276b7c02211773836920d8ebd9d582b32161f
pc: Fix disabling of vapic for compat PC models

We used to be able to address both the QEMU and the KVM APIC via "apic".
This doesn't work anymore. So we need to use their parent class to turn
off the vapic on machines that should not expose them.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit df1fd4b541b3ae0dc44843741363d00080775294)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i386/pc_piix.c