]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/grackle_pci.c
pci: Allow PCI bus creation interfaces to specify the type of bus
[mirror_qemu.git] / hw / grackle_pci.c
index 11e47d560e6e2eaaddd8f48b065fb1019a25f911..69344d9f6a499b3794b9caf9a598ed4176c9e485 100644 (file)
@@ -88,7 +88,7 @@ PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic,
                                 pic,
                                 &d->pci_mmio,
                                 address_space_io,
-                                0, 4);
+                                0, 4, TYPE_PCI_BUS);
 
     pci_create_simple(phb->bus, 0, "grackle");