Re: [Qemu-block] [PATCH v7 04/16] qcow2: add qcow2_co_pwritev_compressed

2016-08-15 Thread Pavel Butsykin
On 08.08.2016 16:44, Kevin Wolf wrote: Am 22.07.2016 um 10:17 hat Denis V. Lunev geschrieben: From: Pavel Butsykin Added implementation of the qcow2_co_pwritev_compressed function that will allow us to safely use compressed writes for the qcow2 from running VMs.

Re: [Qemu-block] [PATCH v7 04/16] qcow2: add qcow2_co_pwritev_compressed

2016-08-08 Thread Kevin Wolf
Am 22.07.2016 um 10:17 hat Denis V. Lunev geschrieben: > From: Pavel Butsykin > > Added implementation of the qcow2_co_pwritev_compressed function that > will allow us to safely use compressed writes for the qcow2 from running > VMs. > > Signed-off-by: Pavel Butsykin

[Qemu-block] [PATCH v7 04/16] qcow2: add qcow2_co_pwritev_compressed

2016-07-22 Thread Denis V. Lunev
From: Pavel Butsykin Added implementation of the qcow2_co_pwritev_compressed function that will allow us to safely use compressed writes for the qcow2 from running VMs. Signed-off-by: Pavel Butsykin Reviewed-by: Stefan Hajnoczi