Re: [Qemu-devel] [PATCH 3/8] quorum: Implement .bdrv_co_readv/writev

2016-11-22 Thread Kevin Wolf
Am 21.11.2016 um 18:58 hat Eric Blake geschrieben: > On 11/21/2016 11:31 AM, Kevin Wolf wrote: > > This converts the quorum block driver from implementing callback-based > > interfaces for read/write to coroutine-based ones. This is the first > > step that will allow us further simplification of

Re: [Qemu-devel] [PATCH 3/8] quorum: Implement .bdrv_co_readv/writev

2016-11-21 Thread Alberto Garcia
On Mon 21 Nov 2016 06:31:23 PM CET, Kevin Wolf wrote: > This converts the quorum block driver from implementing callback-based > interfaces for read/write to coroutine-based ones. This is the first > step that will allow us further simplification of the code. > > Signed-off-by:

Re: [Qemu-devel] [PATCH 3/8] quorum: Implement .bdrv_co_readv/writev

2016-11-21 Thread Eric Blake
On 11/21/2016 11:31 AM, Kevin Wolf wrote: > This converts the quorum block driver from implementing callback-based > interfaces for read/write to coroutine-based ones. This is the first > step that will allow us further simplification of the code. > > Signed-off-by: Kevin Wolf

[Qemu-devel] [PATCH 3/8] quorum: Implement .bdrv_co_readv/writev

2016-11-21 Thread Kevin Wolf
This converts the quorum block driver from implementing callback-based interfaces for read/write to coroutine-based ones. This is the first step that will allow us further simplification of the code. Signed-off-by: Kevin Wolf --- block/quorum.c | 192