Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qemu-opts.c443 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()
559 opts = qemu_opts_parse(&opts_list_01, in test_opts_parse_number()
594 opts = qemu_opts_parse(&opts_list_01, "number1= \t42", in test_opts_parse_number()
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()
665 opts = qemu_opts_parse(&opts_list_02, in test_opts_parse_size()
676 opts = qemu_opts_parse(&opts_list_02, in test_opts_parse_size()
[all …]
H A Dtest-opts-visitor.c42 opts = qemu_opts_parse(qemu_find_opts("userdef"), opts_string, false, in setup_fixture()
184 opts = qemu_opts_parse(qemu_find_opts("userdef"), "ilist=0-2", false, in test_opts_range_unvisited()
225 opts = qemu_opts_parse(qemu_find_opts("userdef"), "ilist=0", false, in test_opts_range_beyond()
260 opts = qemu_opts_parse(qemu_find_opts("userdef"), "i64x=0,bogus=1", false, in test_opts_dict_unvisited()
/qemu/include/qemu/
H A Doption.h132 QemuOpts *qemu_opts_parse(QemuOptsList *list, const char *params,
/qemu/util/
H A Dqemu-option.c914 QemuOpts *qemu_opts_parse(QemuOptsList *list, const char *params, in qemu_opts_parse() function
/qemu/system/
H A Dvl.c1431 qemu_opts_parse(net, "nic", true, &error_abort); in qemu_create_default_devices()
1433 qemu_opts_parse(net, "user", true, &error_abort); in qemu_create_default_devices()