]> Git Repo - qemu.git/blobdiff - tests/e1000e-test.c
libqos: Use explicit QTestState for fw_cfg operations
[qemu.git] / tests / e1000e-test.c
index d8085d944e0b8ea98c63f27bb5985a99c935df3e..32aa738b72cc6ddf9924abc159f35e4b3ddba567 100644 (file)
@@ -392,7 +392,7 @@ static void data_test_init(e1000e_device *d)
     qtest_start(cmdline);
     g_free(cmdline);
 
-    test_alloc = pc_alloc_init();
+    test_alloc = pc_alloc_init(global_qtest);
     g_assert_nonnull(test_alloc);
 
     test_bus = qpci_init_pc(global_qtest, test_alloc);
This page took 0.023371 seconds and 4 git commands to generate.