projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bfffe2
)
pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()
author
Markus Armbruster
<armbru@redhat.com>
Fri, 12 Apr 2013 15:25:01 +0000
(17:25 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 24 Apr 2013 18:23:50 +0000
(13:23 -0500)
Just to make the commit after next easier to review.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id:
1365780303
-26398-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/i386/pc_piix.c
patch
|
blob
|
history
diff --git
a/hw/i386/pc_piix.c
b/hw/i386/pc_piix.c
index 943758ad30ea961e3332b8262f6d38c02d2b1acc..030e6343eb26c97380c789e02a1bc04c5a22ebcc 100644
(file)
--- a/
hw/i386/pc_piix.c
+++ b/
hw/i386/pc_piix.c
@@
-245,7
+245,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 */