Re: [Qemu-block] [PATCH v5 02/14] block/mirror: Convert to coroutines

2018-06-18 Thread Max Reitz
On 2018-06-14 17:22, Kevin Wolf wrote: > Am 13.06.2018 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 Rei

Re: [Qemu-block] [PATCH v5 02/14] block/mirror: Convert to coroutines

2018-06-14 Thread Kevin Wolf
Am 13.06.2018 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 > Reviewed-by: Fam Zheng > --- > block/

[Qemu-block] [PATCH v5 02/14] block/mirror: Convert to coroutines

2018-06-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 Reviewed-by: Fam Zheng --- block/mirror.c | 152 +