]> git.proxmox.com Git - qemu.git/blobdiff - hw/pci.c
Revert "Introduce reset notifier order"
[qemu.git] / hw / pci.c
index 63852c6ca3c995fe31ed3de02663c21c66390633..44580790d3de4d0535f311d81c097a3893def1ab 100644 (file)
--- 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;
 }