]> Git Repo - qemu.git/blobdiff - tests/m25p80-test.c
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2019-03-08' into...
[qemu.git] / tests / m25p80-test.c
index c276e738e965da3f41adafc92a8ac9f4ea4a0ab2..055f7246a88054b4a4ac283e4b52068360f2f829 100644 (file)
@@ -363,9 +363,9 @@ int main(int argc, char **argv)
     g_assert(ret == 0);
     close(fd);
 
-    global_qtest = qtest_startf("-m 256 -machine palmetto-bmc "
-                                "-drive file=%s,format=raw,if=mtd",
-                                tmp_path);
+    global_qtest = qtest_initf("-m 256 -machine palmetto-bmc "
+                               "-drive file=%s,format=raw,if=mtd",
+                               tmp_path);
 
     qtest_add_func("/m25p80/read_jedec", test_read_jedec);
     qtest_add_func("/m25p80/erase_sector", test_erase_sector);
This page took 0.025053 seconds and 4 git commands to generate.