]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/tco-test.c
tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
[mirror_qemu.git] / tests / tco-test.c
index 6bee9a37d33990265f09b00668a484c6cd56118d..f89a42cdcc647a6bbc7e4b0d6cce7dadb6060a84 100644 (file)
@@ -64,7 +64,7 @@ static void test_init(TestData *d)
     global_qtest = qs;
     qtest_irq_intercept_in(qs, "ioapic");
 
-    d->bus = qpci_init_pc(qs, NULL);
+    d->bus = qpci_new_pc(qs, NULL);
     d->dev = qpci_device_find(d->bus, QPCI_DEVFN(0x1f, 0x00));
     g_assert(d->dev != NULL);