Home
last modified time | relevance | path

Searched defs:compression_type (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/qemu-iotests/
H A D06599 compression_type = 'zstd' variable in TestQCow3NotLazy
136 compression_type = 'zstd' variable in TestQCow3LazyQMP
/qemu/block/
H A Dqcow2.h178 uint8_t compression_type; member
424 Qcow2CompressionType compression_type; member
H A Dqcow2.c3525 uint8_t compression_type = QCOW2_COMPRESSION_TYPE_ZLIB; in qcow2_co_create() local
/qemu/hw/core/
H A Dloader.c876 char compression_type[32]; /* Compression type, NUL terminated */ member