Lines Matching refs:qemu_opt_get
180 opt = qemu_opt_get(opts, "str2"); in test_qemu_opt_get()
186 opt = qemu_opt_get(opts, "str2"); in test_qemu_opt_get()
192 opt = qemu_opt_get(opts, "str2"); in test_qemu_opt_get()
356 value = qemu_opt_get(opts, "key"); in test_qemu_opt_unset()
362 value = qemu_opt_get(opts, "key"); in test_qemu_opt_unset()
370 value = qemu_opt_get(opts, "key"); in test_qemu_opt_unset()
440 g_assert_cmpstr(qemu_opt_get(opts, ""), ==, "val"); in test_opts_parse()
446 g_assert_cmpstr(qemu_opt_get(opts, "a"), ==, "3"); in test_opts_parse()
447 g_assert_cmpstr(qemu_opt_get(opts, "b"), ==, "2,x"); in test_opts_parse()
460 g_assert_cmpstr(qemu_opt_get(opts, "x"), ==, "y"); in test_opts_parse()
465 g_assert_cmpstr(qemu_opt_get(opts, ""), ==, "on"); in test_opts_parse()
477 g_assert_cmpstr(qemu_opt_get(opts, "x"), ==, ",id=bar"); in test_opts_parse()
488 g_assert_cmpstr(qemu_opt_get(opts, "an"), ==, "on"); in test_opts_parse()
489 g_assert_cmpstr(qemu_opt_get(opts, "aus"), ==, "off"); in test_opts_parse()
490 g_assert_cmpstr(qemu_opt_get(opts, "noaus"), ==, ""); in test_opts_parse()
495 g_assert_cmpstr(qemu_opt_get(opts, ""), ==, "off"); in test_opts_parse()
501 g_assert_cmpstr(qemu_opt_get(opts, "implied"), ==, "an"); in test_opts_parse()
502 g_assert_cmpstr(qemu_opt_get(opts, "aus"), ==, "off"); in test_opts_parse()
503 g_assert_cmpstr(qemu_opt_get(opts, "noaus"), ==, ""); in test_opts_parse()
508 g_assert_cmpstr(qemu_opt_get(opts, "implied"), ==, ""); in test_opts_parse()
513 g_assert_cmpstr(qemu_opt_get(opts, "implied"), ==, ","); in test_opts_parse()
514 g_assert_cmpstr(qemu_opt_get(opts, "a"), ==, "1"); in test_opts_parse()
519 g_assert_cmpstr(qemu_opt_get(opts, ""), ==, "val"); in test_opts_parse()