mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
727170b671
commit
bc26e55a66
2 changed files with 1 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue