mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -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
2
hw/fdc.c
2
hw/fdc.c
|
@ -1883,7 +1883,7 @@ static fdctrl_t *fdctrl_init_common (qemu_irq irq, int dma_chann,
|
|||
}
|
||||
fdctrl_external_reset(fdctrl);
|
||||
register_savevm("fdc", io_base, 2, fdc_save, fdc_load, fdctrl);
|
||||
qemu_register_reset(fdctrl_external_reset, 0, fdctrl);
|
||||
qemu_register_reset(fdctrl_external_reset, fdctrl);
|
||||
for (i = 0; i < MAX_FD; i++) {
|
||||
fd_revalidate(&fdctrl->drives[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue