]> Git Repo - qemu.git/blobdiff - tests/test-opts-visitor.c
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into staging
[qemu.git] / tests / test-opts-visitor.c
index ebeee5d5893362194be5c9e70997ec26fd429495..1c753d982431c9504ff0fc4d0d2d3bd5449b1bc6 100644 (file)
@@ -39,7 +39,8 @@ setup_fixture(OptsVisitorFixture *f, gconstpointer test_data)
     QemuOpts *opts;
     OptsVisitor *ov;
 
-    opts = qemu_opts_parse(qemu_find_opts("userdef"), opts_string, 0);
+    opts = qemu_opts_parse(qemu_find_opts("userdef"), opts_string, false,
+                           NULL);
     g_assert(opts != NULL);
 
     ov = opts_visitor_new(opts);
This page took 0.024004 seconds and 4 git commands to generate.