Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h140 #define QCOW2_OPT_OVERLAP_ACTIVE_L1 "overlap-check.active-l1" macro
H A Dqcow2.c691 QCOW2_OPT_OVERLAP_ACTIVE_L1,
755 .name = QCOW2_OPT_OVERLAP_ACTIVE_L1,
828 [QCOW2_OL_ACTIVE_L1_BITNR] = QCOW2_OPT_OVERLAP_ACTIVE_L1,
2097 qdict_del(old_options, QCOW2_OPT_OVERLAP_ACTIVE_L1); in qcow2_join_options()