mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43: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
|
@ -266,7 +266,7 @@ PCIBus *pci_pmac_init(qemu_irq *pic)
|
|||
d->config[0x34] = 0x00; // capabilities_pointer
|
||||
#endif
|
||||
register_savevm("uninorth", 0, 1, pci_unin_save, pci_unin_load, d);
|
||||
qemu_register_reset(pci_unin_reset, 0, d);
|
||||
qemu_register_reset(pci_unin_reset, d);
|
||||
pci_unin_reset(d);
|
||||
|
||||
return s->bus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue