diff options
author | Blue Swirl | 2009-06-17 21:23:44 +0200 |
---|---|---|
committer | Blue Swirl | 2009-06-17 21:23:44 +0200 |
commit | 42f1ced228c9b616cfa2b69846025271618e4ef5 (patch) | |
tree | 4739f43120484ddb3d08611da06ffdc8daa8a0f2 /hw/slavio_timer.c | |
parent | Call piix4_reset() on system reset. (diff) | |
download | qemu-42f1ced228c9b616cfa2b69846025271618e4ef5.tar.gz qemu-42f1ced228c9b616cfa2b69846025271618e4ef5.tar.xz qemu-42f1ced228c9b616cfa2b69846025271618e4ef5.zip |
Don't set IRQs on device reset and loadvm/savevm
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/slavio_timer.c')
-rw-r--r-- | hw/slavio_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/slavio_timer.c b/hw/slavio_timer.c index 08dc5ffab2..dda5b623bf 100644 --- a/hw/slavio_timer.c +++ b/hw/slavio_timer.c @@ -359,7 +359,6 @@ static void slavio_timer_reset(void *opaque) ptimer_run(s->timer, 0); } s->running = 1; - qemu_irq_lower(s->irq); } static SLAVIO_TIMERState *slavio_timer_init(target_phys_addr_t addr, |