Searched refs:qemu_opts_to_qdict (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-replication.c | 185 qdict = qemu_opts_to_qdict(opts, NULL); in start_primary() 301 qdict = qemu_opts_to_qdict(opts, NULL); in start_secondary() 327 qdict = qemu_opts_to_qdict(opts, NULL); in start_secondary()
|
H A D | test-qemu-opts.c | 884 dict = qemu_opts_to_qdict(opts, NULL); in test_opts_to_qdict_basic() 981 dict = qemu_opts_to_qdict(opts, NULL); in test_opts_to_qdict_duplicates()
|
/openbmc/qemu/ |
H A D | qemu-io.c | 251 opts = qopts ? qemu_opts_to_qdict(qopts, NULL) : NULL; in open_f() 659 opts = qemu_opts_to_qdict(qopts, NULL); in main()
|
H A D | qemu-nbd.c | 1106 options = qemu_opts_to_qdict(o, NULL); in main()
|
H A D | qemu-io-cmds.c | 2473 opts = qopts ? qemu_opts_to_qdict(qopts, NULL) : qdict_new(); in reopen_f()
|
H A D | blockdev.c | 857 qemu_opts_to_qdict(all_opts, bs_opts); in drive_new()
|
H A D | block.c | 730 qdict = qemu_opts_to_qdict(opts, NULL); in bdrv_co_create_file() 4884 qemu_opts_to_qdict(opts, reopen_state->options); in bdrv_reopen_prepare()
|
H A D | qemu-img.c | 366 options = qemu_opts_to_qdict(opts, NULL); in img_open_opts()
|
/openbmc/qemu/include/qemu/ |
H A D | option.h | 138 QDict *qemu_opts_to_qdict(QemuOpts *opts, QDict *qdict);
|
/openbmc/qemu/block/ |
H A D | crypto.c | 347 cryptoopts = qemu_opts_to_qdict(opts, NULL); in block_crypto_open_generic() 974 cryptoopts = qemu_opts_to_qdict(opts, NULL); in block_crypto_amend_options_luks()
|
H A D | rbd.c | 768 opts_qdict = qemu_opts_to_qdict(opts, NULL); in qemu_rbd_extract_encryption_create_options()
|
H A D | file-posix.c | 1145 qemu_opts_to_qdict(opts, state->options); in raw_reopen_prepare()
|
H A D | qcow2.c | 190 opts_qdict = qemu_opts_to_qdict(opts, NULL); in qcow2_extract_crypto_opts()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 72 qdict = qemu_opts_to_qdict(opts, NULL); in hmp_drive_add_node()
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 742 QDict *qdict = qemu_opts_to_qdict(opts, NULL); in qdev_device_add()
|
H A D | vl.c | 2490 QDict *qdict = qemu_opts_to_qdict(opts, NULL); in process_runstate_actions()
|
/openbmc/qemu/monitor/ |
H A D | hmp.c | 771 qemu_opts_to_qdict(opts, qdict); in monitor_parse_arguments()
|
/openbmc/qemu/util/ |
H A D | qemu-option.c | 1089 QDict *qemu_opts_to_qdict(QemuOpts *opts, QDict *qdict) in qemu_opts_to_qdict() function
|