Lines Matching refs:qemu_opt_get
392 if ((aio = qemu_opt_get(opts, "aio")) != NULL) { in extract_common_blockdev_options()
402 *throttling_group = qemu_opt_get(opts, "throttling.group"); in extract_common_blockdev_options()
457 qemu_opt_get(opts, "detect-zeroes"), in extract_common_blockdev_options()
542 if ((buf = qemu_opt_get(opts, "format")) != NULL) { in blockdev_init()
560 if ((buf = qemu_opt_get(opts, "werror")) != NULL) { in blockdev_init()
569 if ((buf = qemu_opt_get(opts, "rerror")) != NULL) { in blockdev_init()
705 value = qemu_opt_get(opts, from); in qemu_opt_rename()
715 while ((value = qemu_opt_get(opts, from))) { in qemu_opt_rename()
829 value = qemu_opt_get(all_opts, "cache"); in drive_new()
840 if (!qemu_opt_get(all_opts, BDRV_OPT_CACHE_WB)) { in drive_new()
844 if (!qemu_opt_get(all_opts, BDRV_OPT_CACHE_DIRECT)) { in drive_new()
848 if (!qemu_opt_get(all_opts, BDRV_OPT_CACHE_NO_FLUSH)) { in drive_new()
866 value = qemu_opt_get(legacy_opts, "media"); in drive_new()
892 value = qemu_opt_get(legacy_opts, "if"); in drive_new()
982 filename = qemu_opt_get(legacy_opts, "file"); in drive_new()
985 werror = qemu_opt_get(legacy_opts, "werror"); in drive_new()
995 rerror = qemu_opt_get(legacy_opts, "rerror"); in drive_new()