Home
last modified time | relevance | path

Searched refs:opts_list_02 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c47 static QemuOptsList opts_list_02 = { variable
49 .head = QTAILQ_HEAD_INITIALIZER(opts_list_02.head),
103 qemu_add_opts(&opts_list_02); in register_opts()
535 opts = qemu_opts_parse(&opts_list_02, "bool1=on,bool2=off", in test_opts_parse_bool()
541 opts = qemu_opts_parse(&opts_list_02, "bool1=offer", false, &err); in test_opts_parse_bool()
545 qemu_opts_reset(&opts_list_02); in test_opts_parse_bool()
619 opts = qemu_opts_parse(&opts_list_02, "size1=0", false, &error_abort); in test_opts_parse_size()
626 opts = qemu_opts_parse(&opts_list_02, in test_opts_parse_size()
640 opts = qemu_opts_parse(&opts_list_02, in test_opts_parse_size()
654 opts = qemu_opts_parse(&opts_list_02, in test_opts_parse_size()
[all …]