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/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/pci.c') diff --git a/hw/pci.c b/hw/pci.c index 63852c6ca3..44580790d3 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -120,7 +120,7 @@ PCIBus *pci_register_bus(DeviceState *parent, const char *name, bus->next = first_bus; first_bus = bus; register_savevm("PCIBUS", nbus++, 1, pcibus_save, pcibus_load, bus); - qemu_register_reset(pci_bus_reset, 0, bus); + qemu_register_reset(pci_bus_reset, bus); return bus; } -- cgit v1.2.3-55-g7522