From 42f1ced228c9b616cfa2b69846025271618e4ef5 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Wed, 17 Jun 2009 19:23:44 +0000 Subject: Don't set IRQs on device reset and loadvm/savevm Signed-off-by: Blue Swirl --- hw/sun4c_intctl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/sun4c_intctl.c') diff --git a/hw/sun4c_intctl.c b/hw/sun4c_intctl.c index caad6611d9..16f3d94204 100644 --- a/hw/sun4c_intctl.c +++ b/hw/sun4c_intctl.c @@ -183,7 +183,6 @@ static int sun4c_intctl_load(QEMUFile *f, void *opaque, int version_id) qemu_get_8s(f, &s->reg); qemu_get_8s(f, &s->pending); - sun4c_check_interrupts(s); return 0; } @@ -194,7 +193,6 @@ static void sun4c_intctl_reset(void *opaque) s->reg = 1; s->pending = 0; - sun4c_check_interrupts(s); } void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq, -- cgit v1.2.3-55-g7522