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

2018-10-01 Thread Vladimir Sementsov-Ogievskiy
28.09.2018 17:35, Max Reitz wrote: On 07.08.18 19:43, Vladimir Sementsov-Ogievskiy wrote: Start several async requests instead of read chunk by chunk. Iotest 026 output is changed, as because of async io error path has changed. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2.c

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

2018-09-28 Thread Max Reitz
On 07.08.18 19:43, Vladimir Sementsov-Ogievskiy wrote: > Start several async requests instead of read chunk by chunk. > > Iotest 026 output is changed, as because of async io error path has > changed. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/qcow2.c |

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

2018-08-07 Thread Vladimir Sementsov-Ogievskiy
Start several async requests instead of read chunk by chunk. Iotest 026 output is changed, as because of async io error path has changed. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2.c | 47 ++ tests/qemu-iotests/026.out