Re: [Qemu-devel] [PATCH V17 05/12] quorum: Add quorum_aio_readv.

2014-02-17 Thread Kevin Wolf
Am 15.02.2014 um 02:40 hat Max Reitz geschrieben: > On 12.02.2014 23:06, Benoît Canet wrote: > >From: Benoît Canet > > > >Add code to do num_children reads in parallel and cleanup the structures > >afterward. > > "afterwards" > > >Signed-off-by: Benoit Canet > >Reviewed-by: Max Reitz > >--- >

Re: [Qemu-devel] [PATCH V17 05/12] quorum: Add quorum_aio_readv.

2014-02-14 Thread Max Reitz
On 12.02.2014 23:06, Benoît Canet wrote: From: Benoît Canet Add code to do num_children reads in parallel and cleanup the structures afterward. "afterwards" Signed-off-by: Benoit Canet Reviewed-by: Max Reitz --- block/quorum.c | 39 ++- 1 file change

[Qemu-devel] [PATCH V17 05/12] quorum: Add quorum_aio_readv.

2014-02-12 Thread Benoît Canet
From: Benoît Canet Add code to do num_children reads in parallel and cleanup the structures afterward. Signed-off-by: Benoit Canet Reviewed-by: Max Reitz --- block/quorum.c | 39 ++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/block/quorum