mirror of https://gitee.com/openkylin/qemu.git
pc: Disable HPET for ISA machine
There was no HPET on ISA boxes. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4463aee630
commit
57285cc3c6
|
@ -157,6 +157,7 @@ static void pc_init1(MemoryRegion *system_memory,
|
|||
pci_bus = NULL;
|
||||
i440fx_state = NULL;
|
||||
isa_bus_new(NULL);
|
||||
no_hpet = 1;
|
||||
}
|
||||
isa_bus_irqs(isa_irq);
|
||||
|
||||
|
|
Loading…
Reference in New Issue