aboutsummaryrefslogtreecommitdiff
path: root/tests/q35-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/q35-test.c')
-rw-r--r--tests/q35-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/q35-test.c b/tests/q35-test.c
index 71538fc..763fe3d 100644
--- a/tests/q35-test.c
+++ b/tests/q35-test.c
@@ -42,7 +42,7 @@ static void test_smram_lock(void)
QPCIDevice *pcidev;
QDict *response;
- pcibus = qpci_init_pc();
+ pcibus = qpci_init_pc(NULL);
g_assert(pcibus != NULL);
pcidev = qpci_device_find(pcibus, 0);