X-Git-Url: http://git.maemo.org/git/?p=qemu;a=blobdiff_plain;f=hw%2Fsh_pci.c;fp=hw%2Fsh_pci.c;h=2ec4b43bd9fcf6eea653984af50ef5d773895929;hp=3f79b1038ba24020db0c039d09fa5b5506750746;hb=759b334a9739814df2883aa4c41b1c0f5670e90a;hpb=7e2198fc87e878b8ce5df965477e21713ebf7834 diff --git a/hw/sh_pci.c b/hw/sh_pci.c index 3f79b10..2ec4b43 100644 --- a/hw/sh_pci.c +++ b/hw/sh_pci.c @@ -174,7 +174,8 @@ PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq, int mem, reg, iop; p = qemu_mallocz(sizeof(SHPCIC)); - p->bus = pci_register_bus(set_irq, map_irq, pic, devfn_min, nirq); + p->bus = pci_register_bus(NULL, "pci", + set_irq, map_irq, pic, devfn_min, nirq); p->dev = pci_register_device(p->bus, "SH PCIC", sizeof(PCIDevice), -1, NULL, NULL);