On Tue, May 31, 2016 at 12:15:24PM +0300, Denis V. Lunev wrote: > From: Pavel Butsykin > > Added implementation of the qcow_co_write_compressed function that > will allow us to safely use compressed writes for the qcow from running VMs. > > Signed-off-by: Pavel Butsykin > Signed-off-by: Denis V. Lunev > CC: Jeff Cody > CC: Markus Armbruster > CC: Eric Blake > CC: John Snow > CC: Stefan Hajnoczi > CC: Kevin Wolf > --- > block/qcow.c | 78 +++++++++++++++++++++++++++++++++++------------------------- > 1 file changed, 45 insertions(+), 33 deletions(-) Reviewed-by: Stefan Hajnoczi