Re: [Qemu-devel] [PATCH v2 3/6] mirror: Fix aio context of mirror_top_bs

2017-04-07 Thread Stefan Hajnoczi
On Fri, Apr 07, 2017 at 02:54:11PM +0800, Fam Zheng wrote: > It should be moved to the same context as source, before inserting to the > graph. > > Reviewed-by: Eric Blake > Reviewed-by: Kevin Wolf > Signed-off-by: Fam Zheng > --- > block/mirror.c | 1 + > 1 file changed, 1 insertion(+) Revie

[Qemu-devel] [PATCH v2 3/6] mirror: Fix aio context of mirror_top_bs

2017-04-06 Thread Fam Zheng
It should be moved to the same context as source, before inserting to the graph. Reviewed-by: Eric Blake Reviewed-by: Kevin Wolf Signed-off-by: Fam Zheng --- block/mirror.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/mirror.c b/block/mirror.c index 9e2fecc..e904fef 100644 --- a/b