From bc26e55a6615dc594be425d293db40d5cdcdb84b Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Wed, 17 Jun 2009 17:01:03 +0000 Subject: Revert "Update irqs on reset and device load" This reverts commit 3dcd219f09d6c1817bf9a132899e6b925f7a0914. It is incorrect to call qemu_irq functions (or any other functions that access other device state) during savevm/loadvm. Signed-off-by: Blue Swirl --- hw/rtl8139.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'hw/rtl8139.c') diff --git a/hw/rtl8139.c b/hw/rtl8139.c index 1364606..0a66026 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -3317,8 +3317,6 @@ static int rtl8139_load(QEMUFile* f,void* opaque,int version_id) s->cplus_enabled = s->CpCmd != 0; } - rtl8139_update_irq(s); - return 0; } -- cgit v1.1