Re: [PATCH v23 0/4] implement zstd cluster compression method

2020-05-06 Thread Vladimir Sementsov-Ogievskiy
06.05.2020 11:01, Denis Plotnikov wrote: On 05.05.2020 15:03, Max Reitz wrote: On 05.05.20 12:26, Max Reitz wrote: On 30.04.20 12:19, Denis Plotnikov wrote: v23:     Undecided: whether to add zstd(zlib) compression    details to the qcow2 spec     03: tighten assertion on zstd

Re: [PATCH v23 0/4] implement zstd cluster compression method

2020-05-06 Thread Denis Plotnikov
On 05.05.2020 15:03, Max Reitz wrote: On 05.05.20 12:26, Max Reitz wrote: On 30.04.20 12:19, Denis Plotnikov wrote: v23: Undecided: whether to add zstd(zlib) compression details to the qcow2 spec 03: tighten assertion on zstd decompression [Eric] 04: use

Re: [PATCH v23 0/4] implement zstd cluster compression method

2020-05-05 Thread Max Reitz
On 05.05.20 12:26, Max Reitz wrote: > On 30.04.20 12:19, Denis Plotnikov wrote: >> v23: >>Undecided: whether to add zstd(zlib) compression >> details to the qcow2 spec >>03: tighten assertion on zstd decompression [Eric] >>04: use _rm_test_img appropriately [Max] > >

Re: [PATCH v23 0/4] implement zstd cluster compression method

2020-05-05 Thread Max Reitz
On 30.04.20 12:19, Denis Plotnikov wrote: > v23: >Undecided: whether to add zstd(zlib) compression > details to the qcow2 spec >03: tighten assertion on zstd decompression [Eric] >04: use _rm_test_img appropriately [Max] Thanks, applied to my block branch:

[PATCH v23 0/4] implement zstd cluster compression method

2020-04-30 Thread Denis Plotnikov
v23: Undecided: whether to add zstd(zlib) compression details to the qcow2 spec 03: tighten assertion on zstd decompression [Eric] 04: use _rm_test_img appropriately [Max] v22: 03: remove assignemnt in if condition v21: 03: * remove the loop on compression