aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-09-10 11:43:35 +0200
committermalc <av1474@comtv.ru>2009-09-10 19:48:01 +0400
commit32e0c8260d6333540c48ac7c8b33578b67789a5f (patch)
tree40ba6333a8711258d102e0e23d48cc4b5cbd4dc0 /hw/pc.c
parent11d23c352d941eb1412d1c78e4735a442fbbb10b (diff)
qdev/isa: convert real time clock
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 9497f71c6..d96d75659 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1313,7 +1313,7 @@ static void pc_init1(ram_addr_t ram_size,
}
}
- rtc_state = rtc_init(0x70, isa_reserve_irq(8), 2000);
+ rtc_state = rtc_init(2000);
qemu_register_boot_set(pc_boot_set, rtc_state);