]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/usb-hcd-ehci-test.c
virtio-9p: handle handle_9p_output() error
[mirror_qemu.git] / tests / usb-hcd-ehci-test.c
index eb247ad453ea567b399e4fa02ca83db04ae076d3..a4ceeaaa4384371becf3e4f5fafe8b8b3f21becc 100644 (file)
@@ -56,7 +56,7 @@ static void pci_init(void)
     if (pcibus) {
         return;
     }
-    pcibus = qpci_init_pc();
+    pcibus = qpci_init_pc(NULL);
     g_assert(pcibus != NULL);
 
     qusb_pci_init_one(pcibus, &uhci1, QPCI_DEVFN(0x1d, 0), 4);