Re: [Qemu-devel] [PATCH V2 0/8] add Qcow2 compress format extension

2017-07-10 Thread Peter Lieven
Am 29.06.2017 um 12:57 schrieb Peter Lieven: this adds a create option for Qcow2 images to specify the compression format and level for compressed clusters. The series adds 2 algorithms to choose from: zlib and lzo. zlib is the current default, but with unoptimal settings. If no compress.format o

Re: [Qemu-devel] [PATCH V2 0/8] add Qcow2 compress format extension

2017-07-06 Thread Fam Zheng
On Thu, 07/06 16:49, no-re...@patchew.org wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Subject: [Qemu-devel] [PATCH V2 0/8] add Qcow2 compress format extension > Message-id: 1498733831-15254-1-git-send-em

Re: [Qemu-devel] [PATCH V2 0/8] add Qcow2 compress format extension

2017-07-06 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH V2 0/8] add Qcow2 compress format extension Message-id: 1498733831-15254-1-git-send-email...@kamp.de Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH V2 0/8] add Qcow2 compress format extension

2017-06-29 Thread Peter Lieven
this adds a create option for Qcow2 images to specify the compression format and level for compressed clusters. The series adds 2 algorithms to choose from: zlib and lzo. zlib is the current default, but with unoptimal settings. If no compress.format option is specified the old zlib with the old pa