qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/4] pc: Disable HPET for ISA machine


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 2/4] pc: Disable HPET for ISA machine
Date: Wed, 21 Sep 2011 20:49:30 +0200

From: Jan Kiszka <address@hidden>

There was no HPET on ISA boxes.

Signed-off-by: Jan Kiszka <address@hidden>
---
 hw/pc_piix.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index 52939f5..ec7da6d 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -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);
 
-- 
1.7.3.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]