Searched refs:opts_list_03 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-qemu-opts.c | 77 static QemuOptsList opts_list_03 = { variable 80 .head = QTAILQ_HEAD_INITIALIZER(opts_list_03.head), 104 qemu_add_opts(&opts_list_03); in register_opts() 352 opts = qemu_opts_parse(&opts_list_03, "key=value", false, NULL); in test_qemu_opt_unset() 434 opts = qemu_opts_parse(&opts_list_03, "", false, &error_abort); in test_opts_parse() 443 opts = qemu_opts_parse(&opts_list_03, "a=1,b=2,,x,a=3", in test_opts_parse() 450 opts = qemu_opts_parse(&opts_list_03, "id=foo,id=bar", in test_opts_parse() 485 opts = qemu_opts_parse(&opts_list_03, "an,noaus,noaus=", in test_opts_parse() 498 opts = qemu_opts_parse(&opts_list_03, "an,noaus,noaus=", true, in test_opts_parse() 506 opts = qemu_opts_parse(&opts_list_03, ",", true, &error_abort); in test_opts_parse() [all …]
|