Re: [Qemu-devel] [PATCH v2 4/5] migration: Set correct AioContext to BlockBackend

2016-09-28 Thread Max Reitz
On 27.09.2016 08:37, Fam Zheng wrote: > The BB is newly created and it should follow the BDS's current context. > > Signed-off-by: Fam Zheng > --- > migration/block.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Max Reitz signature.asc Description: OpenPGP digital signature

[Qemu-devel] [PATCH v2 4/5] migration: Set correct AioContext to BlockBackend

2016-09-26 Thread Fam Zheng
The BB is newly created and it should follow the BDS's current context. Signed-off-by: Fam Zheng --- migration/block.c | 1 + 1 file changed, 1 insertion(+) diff --git a/migration/block.c b/migration/block.c index ebc10e6..b7365ee 100644 --- a/migration/block.c +++ b/migration/block.c @@ -445,6