Re: [Qemu-block] [PATCH 15/29] qed: Make qed_aio_write_main() synchronous

2017-05-31 Thread Stefan Hajnoczi
On Fri, May 26, 2017 at 10:21:56PM +0200, Kevin Wolf wrote: > Note that this code is generally not running in coroutine context, so > this is an actual blocking synchronous operation. We'll fix this in a > moment. > > Signed-off-by: Kevin Wolf > --- > block/qed.c | 61 > +++-

[Qemu-block] [PATCH 15/29] qed: Make qed_aio_write_main() synchronous

2017-05-26 Thread Kevin Wolf
Note that this code is generally not running in coroutine context, so this is an actual blocking synchronous operation. We'll fix this in a moment. Signed-off-by: Kevin Wolf --- block/qed.c | 61 +++-- 1 file changed, 19 insertions(+), 42 d