]> Git Repo - qemu.git/blobdiff - tests/virtio-blk-test.c
linux-headers: update
[qemu.git] / tests / virtio-blk-test.c
index 571489d7635f4f7a781ddcdfb7bd3b6a85a9aefa..04c608764ba7a037d1666da5b46305a0af187441 100644 (file)
@@ -93,10 +93,10 @@ static void arm_test_start(void)
 
     tmp_path = drive_create();
 
-    global_qtest = qtest_startf("-machine virt "
-                                "-drive if=none,id=drive0,file=%s,format=raw "
-                                "-device virtio-blk-device,drive=drive0",
-                                tmp_path);
+    global_qtest = qtest_initf("-machine virt "
+                               "-drive if=none,id=drive0,file=%s,format=raw "
+                               "-device virtio-blk-device,drive=drive0",
+                               tmp_path);
     unlink(tmp_path);
     g_free(tmp_path);
 }
This page took 0.024817 seconds and 4 git commands to generate.