aboutsummaryrefslogtreecommitdiffstats
path: root/hw/slavio_timer.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-06-17 19:23:44 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-06-17 19:23:44 +0000
commit42f1ced228c9b616cfa2b69846025271618e4ef5 (patch)
tree4739f43120484ddb3d08611da06ffdc8daa8a0f2 /hw/slavio_timer.c
parenteae6bcbfd87c94fd2399b334c2b0a3a9cfa51f52 (diff)
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/slavio_timer.c b/hw/slavio_timer.c
index 08dc5ffab..dda5b623b 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,