mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
pc: drop external DSDT loading
This breaks migration and is unneeded with modern SeaBIOS. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1376316104-11269-1-git-send-email-aliguori@us.ibm.com
This commit is contained in:
parent
a5d3f640a0
commit
9fb7aaaf4c
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ static void pc_init1(MemoryRegion *system_memory,
|
|||
OBJECT(icc_bridge), NULL);
|
||||
|
||||
pc_cpus_init(cpu_model, icc_bridge);
|
||||
pc_acpi_init("acpi-dsdt.aml");
|
||||
|
||||
if (kvm_enabled() && kvmclock_enabled) {
|
||||
kvmclock_create();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue