From a08d43677f87a19daa653774d3c6f71855e23178 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 27 Jun 2009 09:25:07 +0200 Subject: Revert "Introduce reset notifier order" This reverts commit 8217606e6edb49591b4a6fd5a0d1229cebe470a9 (and updates later added users of qemu_register_reset), we solved the problem it originally addressed less invasively. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- hw/unin_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/unin_pci.c') diff --git a/hw/unin_pci.c b/hw/unin_pci.c index b2ebc31c52..0ad0cd3911 100644 --- a/hw/unin_pci.c +++ b/hw/unin_pci.c @@ -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; -- cgit v1.2.3-55-g7522