Re: [Qemu-devel] [PATCH] fixup! block-migration: acquire AioContext as necessary

2016-02-23 Thread Fam Zheng
On Tue, 02/23 10:42, Paolo Bonzini wrote: > > > On 23/02/2016 06:39, Fam Zheng wrote: > > BTW, could you also explain the blk_mig_lock() question (*) I had? > > > > *: https://lists.gnu.org/archive/html/qemu-devel/2016-02/msg03317.html > > Sorry, missed that: > > > > >> @@ -597,21 +627,28 @@

Re: [Qemu-devel] [PATCH] fixup! block-migration: acquire AioContext as necessary

2016-02-23 Thread Paolo Bonzini
On 23/02/2016 06:39, Fam Zheng wrote: > BTW, could you also explain the blk_mig_lock() question (*) I had? > > *: https://lists.gnu.org/archive/html/qemu-devel/2016-02/msg03317.html Sorry, missed that: > >> @@ -597,21 +627,28 @@ static void block_migration_cleanup(void *opaque) >> { >>

Re: [Qemu-devel] [PATCH] fixup! block-migration: acquire AioContext as necessary

2016-02-22 Thread Fam Zheng
On Fri, 02/19 16:10, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > migration/block.c | 14 ++ > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/migration/block.c b/migration/block.c > index 3bfa908..eea4788 100644 > --- a/migration/block.c > +++ b/migr

[Qemu-devel] [PATCH] fixup! block-migration: acquire AioContext as necessary

2016-02-19 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- migration/block.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/migration/block.c b/migration/block.c index 3bfa908..eea4788 100644 --- a/migration/block.c +++ b/migration/block.c @@ -54,6 +54,7 @@ typedef struct BlkMigDevStat