Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-qemu-opts.c912 dict = qemu_opts_to_qdict_filtered(opts, NULL, &opts_list_01, false); in test_opts_to_qdict_filtered()
922 dict = qemu_opts_to_qdict_filtered(opts, NULL, &opts_list_02, false); in test_opts_to_qdict_filtered()
933 dict = qemu_opts_to_qdict_filtered(opts, NULL, &opts_list_01, true); in test_opts_to_qdict_filtered()
943 dict = qemu_opts_to_qdict_filtered(opts, NULL, &opts_list_02, true); in test_opts_to_qdict_filtered()
987 dict = qemu_opts_to_qdict_filtered(opts, NULL, NULL, true); in test_opts_to_qdict_duplicates()
/qemu/include/qemu/
H A Doption.h136 QDict *qemu_opts_to_qdict_filtered(QemuOpts *opts, QDict *qdict,
/qemu/block/
H A Dcrypto.c653 cryptoopts = qemu_opts_to_qdict_filtered(opts, NULL, in block_crypto_measure()
813 cryptoopts = qemu_opts_to_qdict_filtered(opts, NULL, in block_crypto_co_create_opts_luks()
H A Dvdi.c936 qdict = qemu_opts_to_qdict_filtered(opts, NULL, &vdi_create_opts, true); in vdi_co_create_opts()
H A Dvpc.c1108 qdict = qemu_opts_to_qdict_filtered(opts, NULL, &vpc_create_opts, true); in vpc_co_create_opts()
H A Dqcow.c961 qdict = qemu_opts_to_qdict_filtered(opts, NULL, &qcow_create_opts, true); in qcow_co_create_opts()
H A Dparallels.c1111 qdict = qemu_opts_to_qdict_filtered(opts, NULL, &parallels_create_opts, in parallels_co_create_opts()
H A Dqed.c782 qdict = qemu_opts_to_qdict_filtered(opts, NULL, &qed_create_opts, true); in bdrv_qed_co_create_opts()
H A Dvhdx.c2091 qdict = qemu_opts_to_qdict_filtered(opts, NULL, &vhdx_create_opts, true); in vhdx_co_create_opts()
H A Dqcow2.c3897 qdict = qemu_opts_to_qdict_filtered(opts, NULL, bdrv_qcow2.create_opts, in qcow2_co_create_opts()
/qemu/util/
H A Dqemu-option.c1054 QDict *qemu_opts_to_qdict_filtered(QemuOpts *opts, QDict *qdict, in qemu_opts_to_qdict_filtered() function
1091 return qemu_opts_to_qdict_filtered(opts, qdict, NULL, false); in qemu_opts_to_qdict()