Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Drbd.c763 QDict *opts_qdict; in qemu_rbd_extract_encryption_create_options() local
768 opts_qdict = qemu_opts_to_qdict(opts, NULL); in qemu_rbd_extract_encryption_create_options()
769 qdict_extract_subqdict(opts_qdict, &encrypt_qdict, "encrypt."); in qemu_rbd_extract_encryption_create_options()
770 qobject_unref(opts_qdict); in qemu_rbd_extract_encryption_create_options()
H A Dqcow2.c187 QDict *opts_qdict; in qcow2_extract_crypto_opts() local
190 opts_qdict = qemu_opts_to_qdict(opts, NULL); in qcow2_extract_crypto_opts()
191 qdict_extract_subqdict(opts_qdict, &cryptoopts_qdict, "encrypt."); in qcow2_extract_crypto_opts()
192 qobject_unref(opts_qdict); in qcow2_extract_crypto_opts()