Searched refs:QCOW2_OPT_L2_CACHE_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2.c | 700 QCOW2_OPT_L2_CACHE_SIZE, 801 .name = QCOW2_OPT_L2_CACHE_SIZE, 899 l2_cache_size_set = qemu_opt_get(opts, QCOW2_OPT_L2_CACHE_SIZE); in read_cache_sizes() 904 l2_cache_max_setting = qemu_opt_get_size(opts, QCOW2_OPT_L2_CACHE_SIZE, in read_cache_sizes() 916 error_setg(errp, QCOW2_OPT_CACHE_SIZE ", " QCOW2_OPT_L2_CACHE_SIZE in read_cache_sizes() 922 error_setg(errp, QCOW2_OPT_L2_CACHE_SIZE " may not exceed " in read_cache_sizes() 2122 qdict_del(old_options, QCOW2_OPT_L2_CACHE_SIZE); in qcow2_join_options() 2135 qdict_haskey(options, QCOW2_OPT_L2_CACHE_SIZE) || in qcow2_join_options()
|
H A D | qcow2.h | 149 #define QCOW2_OPT_L2_CACHE_SIZE "l2-cache-size" macro
|