mirror of https://github.com/xemu-project/xemu.git
piix: set legacy table size for 1.7
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
868270f23d
commit
f47337cb91
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue