]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/e1000e-test.c
tests/libqos: rename qpci_init_pc and qpci_init_spapr functions
[mirror_qemu.git] / tests / e1000e-test.c
index c9408a5d1fc19761ffab9e58a92dcba03f8bd954..5525589e5b5841f2d251e624c01542817e73d53c 100644 (file)
@@ -395,7 +395,7 @@ static void data_test_init(e1000e_device *d)
     test_alloc = pc_alloc_init(global_qtest);
     g_assert_nonnull(test_alloc);
 
-    test_bus = qpci_init_pc(global_qtest, test_alloc);
+    test_bus = qpci_new_pc(global_qtest, test_alloc);
     g_assert_nonnull(test_bus);
 
     e1000e_device_init(test_bus, d);