mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Revert "Introduce reset notifier order"
This reverts commit 8217606e6e
(and
updates later added users of qemu_register_reset), we solved the
problem it originally addressed less invasively.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a62acdc0cc
commit
a08d43677f
83 changed files with 117 additions and 120 deletions
|
@ -211,7 +211,7 @@ void *sun4c_intctl_init(target_phys_addr_t addr, qemu_irq **irq,
|
|||
register_savevm("sun4c_intctl", addr, 1, sun4c_intctl_save,
|
||||
sun4c_intctl_load, s);
|
||||
|
||||
qemu_register_reset(sun4c_intctl_reset, 0, s);
|
||||
qemu_register_reset(sun4c_intctl_reset, s);
|
||||
*irq = qemu_allocate_irqs(sun4c_set_irq, s, 8);
|
||||
|
||||
sun4c_intctl_reset(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue