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

2019-08-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190828125654.10544-1-dplotni...@virtuozzo.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190828125654.10544-1-dplotni...@virtuozzo.com Type: series Subject: [Qemu-devel] [PATCH v4 0/3

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

2019-08-28 Thread Denis Plotnikov
v4: * remove not feasible switch case [Vladimir] * add sanity checks to zstd decompresssion [Vladimir] * store zstd compressed length in big endian [Max, Kevin] v3: * relax the compression type setting requirement when the compression type is not zlib [Eric, Kevin] * add compression type values