Just to make the commit after next easier to review. Signed-off-by: Markus Armbruster <arm...@redhat.com> --- hw/i386/pc_piix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index cff8013..da34d3b 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -244,7 +244,8 @@ static void pc_init_pci_1_3(QEMUMachineInitArgs *args) static void pc_init_pci_1_2(QEMUMachineInitArgs *args) { disable_kvm_pv_eoi(); - pc_init_pci_1_3(args); + enable_compat_apic_id_mode(); + pc_init_pci(args); } /* PC init function for pc-0.10 to pc-0.13, and reused by xenfv */ -- 1.7.11.7