Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Doption.h75 char *qemu_opt_get_del(QemuOpts *opts, const char *name);
/qemu/block/
H A Dvmdk.c2727 backing_fmt = qemu_opt_get_del(opts, BLOCK_OPT_BACKING_FMT); in vmdk_co_create_opts()
2741 adapter_type = qemu_opt_get_del(opts, BLOCK_OPT_ADAPTER_TYPE); in vmdk_co_create_opts()
2742 backing_file = qemu_opt_get_del(opts, BLOCK_OPT_BACKING_FILE); in vmdk_co_create_opts()
2743 hw_version = qemu_opt_get_del(opts, BLOCK_OPT_HWVERSION); in vmdk_co_create_opts()
2744 toolsversion = qemu_opt_get_del(opts, BLOCK_OPT_TOOLSVERSION); in vmdk_co_create_opts()
2750 fmt = qemu_opt_get_del(opts, BLOCK_OPT_SUBFMT); in vmdk_co_create_opts()
H A Dcrypto.c637 g_free(qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC)); in block_crypto_measure()
804 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in block_crypto_co_create_opts_luks()
H A Dgluster.c1139 tmp = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in qemu_gluster_co_create_opts()
1158 gconf->logfile = qemu_opt_get_del(opts, GLUSTER_OPT_LOGFILE); in qemu_gluster_co_create_opts()
H A Dqcow2.c3446 buf = qemu_opt_get_del(opts, BLOCK_OPT_COMPAT_LEVEL); in qcow2_opt_get_version_del()
5095 optstr = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in qcow2_measure()
5103 optstr = qemu_opt_get_del(opts, BLOCK_OPT_BACKING_FILE); in qcow2_measure()
5107 optstr = qemu_opt_get_del(opts, BLOCK_OPT_ENCRYPT_FORMAT); in qcow2_measure()
H A Dqcow.c953 backing_fmt = qemu_opt_get_del(opts, BLOCK_OPT_BACKING_FMT); in qcow_co_create_opts()
H A Dparallels.c1221 buf = qemu_opt_get_del(opts, PARALLELS_OPT_PREALLOC_MODE); in parallels_opts_prealloc()
H A Dfile-posix.c3028 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in raw_co_create_opts()
/qemu/net/
H A Dnet.c1779 ni->model = qemu_opt_get_del(opts, "model"); in net_param_nic()
1795 mac = qemu_opt_get_del(opts, "mac"); in net_param_nic()
/qemu/util/
H A Dqemu-option.c297 char *qemu_opt_get_del(QemuOpts *opts, const char *name) in qemu_opt_get_del() function
/qemu/
H A Dblock.c648 buf = qemu_opt_get_del(opts, BLOCK_OPT_PREALLOC); in bdrv_co_create_opts_simple()
1105 char *value = qemu_opt_get_del(opts, "detect-zeroes"); in bdrv_parse_detect_zeroes()
4843 discard = qemu_opt_get_del(opts, BDRV_OPT_DISCARD); in bdrv_reopen_prepare()