]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/test-qemu-opts.c
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into staging
[mirror_qemu.git] / tests / test-qemu-opts.c
index da564923d04a97592022edbc2ce483a50c70e283..0c1136d1b2aceb976964d8b464585c94cf702f51 100644 (file)
@@ -323,7 +323,7 @@ static void test_qemu_opt_unset(void)
     int ret;
 
     /* dynamically initialized (parsed) opts */
-    opts = qemu_opts_parse(&opts_list_03, "key=value", 0);
+    opts = qemu_opts_parse(&opts_list_03, "key=value", false, NULL);
     g_assert(opts != NULL);
 
     /* check default/parsed value */