Re: [Qemu-block] [PATCH 05/18] block/mirror: Convert to coroutines

2017-10-11 Thread Max Reitz
On 2017-10-10 11:14, Kevin Wolf wrote: > Am 13.09.2017 um 20:18 hat Max Reitz geschrieben: >> In order to talk to the source BDS (and maybe in the future to the >> target BDS as well) directly, we need to convert our existing AIO >> requests into coroutine I/O requests. >> >> Signed-off-by: Max

Re: [Qemu-block] [PATCH 05/18] block/mirror: Convert to coroutines

2017-10-10 Thread Kevin Wolf
Am 13.09.2017 um 20:18 hat Max Reitz geschrieben: > In order to talk to the source BDS (and maybe in the future to the > target BDS as well) directly, we need to convert our existing AIO > requests into coroutine I/O requests. > > Signed-off-by: Max Reitz Please follow

Re: [Qemu-block] [PATCH 05/18] block/mirror: Convert to coroutines

2017-09-18 Thread Max Reitz
On 2017-09-18 08:02, Fam Zheng wrote: > On Wed, 09/13 20:18, Max Reitz wrote: >> In order to talk to the source BDS (and maybe in the future to the >> target BDS as well) directly, we need to convert our existing AIO >> requests into coroutine I/O requests. >> >> Signed-off-by: Max Reitz

Re: [Qemu-block] [PATCH 05/18] block/mirror: Convert to coroutines

2017-09-18 Thread Fam Zheng
On Wed, 09/13 20:18, Max Reitz wrote: > In order to talk to the source BDS (and maybe in the future to the > target BDS as well) directly, we need to convert our existing AIO > requests into coroutine I/O requests. > > Signed-off-by: Max Reitz > --- > block/mirror.c | 134 >

[Qemu-block] [PATCH 05/18] block/mirror: Convert to coroutines

2017-09-13 Thread Max Reitz
In order to talk to the source BDS (and maybe in the future to the target BDS as well) directly, we need to convert our existing AIO requests into coroutine I/O requests. Signed-off-by: Max Reitz --- block/mirror.c | 134