]> git.proxmox.com Git - qemu.git/blobdiff - hw/xen_platform.c
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
[qemu.git] / hw / xen_platform.c
index 5a7c4cc97be4be060b36251c97b670962c9118ab..a9c52a6e3603b1b7c1389477dff7034b72d46793 100644 (file)
@@ -87,7 +87,7 @@ static void unplug_nic(PCIBus *b, PCIDevice *d)
 {
     if (pci_get_word(d->config + PCI_CLASS_DEVICE) ==
             PCI_CLASS_NETWORK_ETHERNET) {
-        qdev_unplug(&(d->qdev));
+        qdev_unplug(&(d->qdev), NULL);
     }
 }
 
@@ -100,7 +100,7 @@ static void unplug_disks(PCIBus *b, PCIDevice *d)
 {
     if (pci_get_word(d->config + PCI_CLASS_DEVICE) ==
             PCI_CLASS_STORAGE_IDE) {
-        qdev_unplug(&(d->qdev));
+        qdev_unplug(&(d->qdev), NULL);
     }
 }