Revert "Update irqs on reset and device load"

This reverts commit 3dcd219f09.

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 <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-06-17 17:01:03 +00:00
parent 727170b671
commit bc26e55a66
2 changed files with 1 additions and 11 deletions

View file

@ -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;
}