Re: [Qemu-devel] [PATCH v3 0/3] qcow2: add zstd cluster compression

2019-08-26 Thread Denis Plotnikov
Ping! On 19.08.2019 18:00, Denis Plotnikov wrote: > v3: > * relax the compression type setting requirement when >the compression type is not zlib [Eric, Kevin] > * add compression type values to the spec [Eric] > * fix wording in the spec and descriptions [Eric] > * fix functions descriptions

[Qemu-devel] [PATCH v3 0/3] qcow2: add zstd cluster compression

2019-08-19 Thread Denis Plotnikov
v3: * relax the compression type setting requirement when the compression type is not zlib [Eric, Kevin] * add compression type values to the spec [Eric] * fix wording in the spec and descriptions [Eric] * fix functions descriptions [Max] * fix zstd (de)compression functions flaws [Max] * fix zst