Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h57 #define BLOCK_OPT_DATA_FILE_RAW "data_file_raw" macro
/openbmc/qemu/block/
H A Dqcow2.c3946 { BLOCK_OPT_DATA_FILE_RAW, "data-file-raw" }, in qcow2_co_create_opts()
5761 } else if (!strcmp(desc->name, BLOCK_OPT_DATA_FILE_RAW)) { in qcow2_amend_options()
5762 data_file_raw = qemu_opt_get_bool(opts, BLOCK_OPT_DATA_FILE_RAW, in qcow2_amend_options()
6051 .name = BLOCK_OPT_DATA_FILE_RAW, \