Re: [Qemu-devel] [PATCH 4/7] qcow2: async scheme for qcow2_co_preadv

2018-10-01 Thread Vladimir Sementsov-Ogievskiy
01.10.2018 18:49, Max Reitz wrote: On 01.10.18 17:33, Vladimir Sementsov-Ogievskiy wrote: 27.09.2018 21:35, Max Reitz wrote: On 07.08.18 19:43, Vladimir Sementsov-Ogievskiy wrote: Start several async requests instead of read chunk by chunk. Signed-off-by: Vladimir Sementsov-Ogievskiy ---  

Re: [Qemu-devel] [PATCH 4/7] qcow2: async scheme for qcow2_co_preadv

2018-10-01 Thread Max Reitz
On 01.10.18 17:33, Vladimir Sementsov-Ogievskiy wrote: > 27.09.2018 21:35, Max Reitz wrote: >> On 07.08.18 19:43, Vladimir Sementsov-Ogievskiy wrote: >>> Start several async requests instead of read chunk by chunk. >>> >>> Signed-off-by: Vladimir Sementsov-Ogievskiy >>> --- >>>   block/qcow2.c | 2

Re: [Qemu-devel] [PATCH 4/7] qcow2: async scheme for qcow2_co_preadv

2018-10-01 Thread Vladimir Sementsov-Ogievskiy
27.09.2018 21:35, Max Reitz wrote: On 07.08.18 19:43, Vladimir Sementsov-Ogievskiy wrote: Start several async requests instead of read chunk by chunk. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2.c | 208 -- 1 file chang

Re: [Qemu-devel] [PATCH 4/7] qcow2: async scheme for qcow2_co_preadv

2018-09-27 Thread Max Reitz
On 07.08.18 19:43, Vladimir Sementsov-Ogievskiy wrote: > Start several async requests instead of read chunk by chunk. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/qcow2.c | 208 > -- > 1 file changed, 204 insertions(+), 4

[Qemu-devel] [PATCH 4/7] qcow2: async scheme for qcow2_co_preadv

2018-08-07 Thread Vladimir Sementsov-Ogievskiy
Start several async requests instead of read chunk by chunk. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2.c | 208 -- 1 file changed, 204 insertions(+), 4 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index 5e7f2ee