projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868270f
)
piix: set legacy table size for 1.7
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 28 Jul 2014 21:00:42 +0000
(23:00 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 29 Jul 2014 10:26:12 +0000
(12:26 +0200)
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
patch
|
blob
|
history
diff --git
a/hw/i386/pc_piix.c
b/hw/i386/pc_piix.c
index 4524e6b56e41767915112be4d6b5339312585e82..9694f880571c3a45444f2dd0237f1e3a842e0402 100644
(file)
--- a/
hw/i386/pc_piix.c
+++ b/
hw/i386/pc_piix.c
@@
-326,6
+326,7
@@
static void pc_compat_1_7(MachineState *machine)
smbios_defaults = false;
gigabyte_align = false;
option_rom_has_mr = true;
+ legacy_acpi_table_size = 6414;
x86_cpu_compat_disable_kvm_features(FEAT_1_ECX, CPUID_EXT_X2APIC);
}