Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.c480 if (table->type == QCOW2_FEAT_TYPE_INCOMPATIBLE) { in report_unsupported_feature()
3046 .type = QCOW2_FEAT_TYPE_INCOMPATIBLE, in qcow2_update_header()
3051 .type = QCOW2_FEAT_TYPE_INCOMPATIBLE, in qcow2_update_header()
3056 .type = QCOW2_FEAT_TYPE_INCOMPATIBLE, in qcow2_update_header()
3061 .type = QCOW2_FEAT_TYPE_INCOMPATIBLE, in qcow2_update_header()
3066 .type = QCOW2_FEAT_TYPE_INCOMPATIBLE, in qcow2_update_header()
H A Dqcow2.h247 QCOW2_FEAT_TYPE_INCOMPATIBLE = 0, enumerator