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:
Jan Kiszka 2011-09-21 20:49:30 +02:00 committed by Anthony Liguori
parent 4463aee630
commit 57285cc3c6
1 changed files with 1 additions and 0 deletions

View File

@ -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);