mirror of https://gitee.com/openkylin/qemu.git
pc_piix: remove undesired change in pc_init1
Introduced when applying commit f81222b
(audio: look for the ISA and
PCI buses, 2013-04-18).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1367330432-14417-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b3e6d591b0
commit
b7da6c6081
|
@ -88,6 +88,7 @@ static void pc_init1(MemoryRegion *system_memory,
|
|||
void *fw_cfg = NULL;
|
||||
|
||||
pc_cpus_init(cpu_model);
|
||||
pc_acpi_init("acpi-dsdt.aml");
|
||||
|
||||
if (kvmclock_enabled) {
|
||||
kvmclock_create();
|
||||
|
|
Loading…
Reference in New Issue