Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dcrypto.c1002 QCryptoBlockAmendOptions amend_opts; in block_crypto_co_amend_luks() local
1004 amend_opts = (QCryptoBlockAmendOptions) { in block_crypto_co_amend_luks()
1008 return block_crypto_amend_options_generic_luks(bs, &amend_opts, in block_crypto_co_amend_luks()
1075 .amend_opts = &block_crypto_amend_opts_luks,
H A Dqcow2.c5798 QCryptoBlockAmendOptions *amend_opts; in qcow2_amend_options() local
5805 amend_opts = block_crypto_amend_opts_init(amend_opts_dict, errp); in qcow2_amend_options()
5807 if (!amend_opts) { in qcow2_amend_options()
5814 amend_opts, in qcow2_amend_options()
5817 qapi_free_QCryptoBlockAmendOptions(amend_opts); in qcow2_amend_options()
6192 .amend_opts = &qcow2_amend_opts,
/openbmc/qemu/
H A Dqemu-img.c4233 assert(drv->amend_opts); in print_amend_option_help()
4236 qemu_opts_print_help(drv->amend_opts, false); in print_amend_option_help()
4245 QemuOptsList *amend_opts = NULL; in img_amend() local
4367 assert(bs->drv->amend_opts); in img_amend()
4369 amend_opts = qemu_opts_append(amend_opts, bs->drv->amend_opts); in img_amend()
4370 opts = qemu_opts_create(amend_opts, NULL, 0, &error_abort); in img_amend()
4373 amend_opts = qemu_opts_append(amend_opts, bs->drv->create_opts); in img_amend()
4375 opts = qemu_opts_create(amend_opts, NULL, 0, &error_abort); in img_amend()
4404 qemu_opts_free(amend_opts); in img_amend()
/openbmc/qemu/include/block/
H A Dblock_int-common.h178 QemuOptsList *amend_opts; member