Re: [Qemu-devel] [PATCH 02/11] block/io: add bdrv_co_write_compressed

2016-06-28 Thread Pavel Butsykin
On 28.06.2016 14:09, Kevin Wolf wrote: Am 31.05.2016 um 11:15 hat Denis V. Lunev geschrieben: From: Pavel Butsykin This patch just adds the interface to the bdrv_co_pwritev_compressed, which is currently not used but will be useful for safe implementation of the bdrv_co_write_compressed callba

Re: [Qemu-devel] [PATCH 02/11] block/io: add bdrv_co_write_compressed

2016-06-28 Thread Kevin Wolf
Am 31.05.2016 um 11:15 hat Denis V. Lunev geschrieben: > From: Pavel Butsykin > > This patch just adds the interface to the bdrv_co_pwritev_compressed, > which is currently not used but will be useful for safe implementation of the > bdrv_co_write_compressed callback in format drivers. > > Signe

Re: [Qemu-devel] [PATCH 02/11] block/io: add bdrv_co_write_compressed

2016-06-22 Thread Pavel Butsykin
On 13.06.2016 17:32, Eric Blake wrote: On 05/31/2016 03:15 AM, Denis V. Lunev wrote: From: Pavel Butsykin This patch just adds the interface to the bdrv_co_pwritev_compressed, which is currently not used but will be useful for safe implementation of the bdrv_co_write_compressed callback in for

Re: [Qemu-devel] [PATCH 02/11] block/io: add bdrv_co_write_compressed

2016-06-13 Thread Eric Blake
On 05/31/2016 03:15 AM, Denis V. Lunev wrote: > From: Pavel Butsykin > > This patch just adds the interface to the bdrv_co_pwritev_compressed, > which is currently not used but will be useful for safe implementation of the > bdrv_co_write_compressed callback in format drivers. > > Signed-off-by:

Re: [Qemu-devel] [PATCH 02/11] block/io: add bdrv_co_write_compressed

2016-06-13 Thread Stefan Hajnoczi
On Tue, May 31, 2016 at 12:15:21PM +0300, Denis V. Lunev wrote: > From: Pavel Butsykin > > This patch just adds the interface to the bdrv_co_pwritev_compressed, > which is currently not used but will be useful for safe implementation of the > bdrv_co_write_compressed callback in format drivers. >