Re: [Qemu-devel] [PATCH 07/29] qed: Make qed_copy_from_backing_file() synchronous

2017-05-26 Thread Eric Blake
On 05/26/2017 03:21 PM, 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 | 78 > +++---

[Qemu-devel] [PATCH 07/29] qed: Make qed_copy_from_backing_file() 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 | 78 +++-- 1 file changed, 29 insertions(+), 49 d