Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c20 static QemuOptsList opts_list_01 = { variable
22 .head = QTAILQ_HEAD_INITIALIZER(opts_list_01.head),
102 qemu_add_opts(&opts_list_01); in register_opts()
480 opts = qemu_opts_parse(&opts_list_01, "id=666", false, &err); in test_opts_parse()
522 opts = qemu_opts_parse(&opts_list_01, "nonexistent=", false, &err); in test_opts_parse()
526 qemu_opts_reset(&opts_list_01); in test_opts_parse()
554 opts = qemu_opts_parse(&opts_list_01, "number1=0", false, &error_abort); in test_opts_parse_number()
559 opts = qemu_opts_parse(&opts_list_01, in test_opts_parse_number()
567 opts = qemu_opts_parse(&opts_list_01, "number1=18446744073709551616", in test_opts_parse_number()
573 opts = qemu_opts_parse(&opts_list_01, "number1=-18446744073709551616", in test_opts_parse_number()
[all …]