Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c3460 buf = qemu_opt_get_del(opts, BLOCK_OPT_COMPAT_LEVEL); in qcow2_opt_get_version_del()
3929 val = qdict_get_try_str(qdict, BLOCK_OPT_COMPAT_LEVEL); in qcow2_co_create_opts()
3931 qdict_put_str(qdict, BLOCK_OPT_COMPAT_LEVEL, "v2"); in qcow2_co_create_opts()
3933 qdict_put_str(qdict, BLOCK_OPT_COMPAT_LEVEL, "v3"); in qcow2_co_create_opts()
3945 { BLOCK_OPT_COMPAT_LEVEL, "version" }, in qcow2_co_create_opts()
5710 if (!strcmp(desc->name, BLOCK_OPT_COMPAT_LEVEL)) { in qcow2_amend_options()
5711 compat = qemu_opt_get(opts, BLOCK_OPT_COMPAT_LEVEL); in qcow2_amend_options()
6031 .name = BLOCK_OPT_COMPAT_LEVEL, \
/openbmc/qemu/include/block/
H A Dblock_int-common.h48 #define BLOCK_OPT_COMPAT_LEVEL "compat" macro