diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-10 11:43:35 +0200 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-09-10 19:48:01 +0400 |
commit | 32e0c8260d6333540c48ac7c8b33578b67789a5f (patch) | |
tree | 40ba6333a8711258d102e0e23d48cc4b5cbd4dc0 /hw/pc.c | |
parent | 11d23c352d941eb1412d1c78e4735a442fbbb10b (diff) | |
download | qemu-32e0c8260d6333540c48ac7c8b33578b67789a5f.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |