Re: [Qemu-devel] [PATCH 3/7] migration: Wait for semaphore before completing migration

2017-10-18 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > On Wed, Oct 11, 2017 at 08:13:13PM +0100, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Wait for a semaphore before completing the migration, > > if the previously added capability was enabled. > > > > Signed-off-by: Dr. Da

Re: [Qemu-devel] [PATCH 3/7] migration: Wait for semaphore before completing migration

2017-10-17 Thread Peter Xu
On Wed, Oct 11, 2017 at 08:13:13PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Wait for a semaphore before completing the migration, > if the previously added capability was enabled. > > Signed-off-by: Dr. David Alan Gilbert > --- > migration/migration.c | 4

[Qemu-devel] [PATCH 3/7] migration: Wait for semaphore before completing migration

2017-10-11 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Wait for a semaphore before completing the migration, if the previously added capability was enabled. Signed-off-by: Dr. David Alan Gilbert --- migration/migration.c | 47 +++ migration/migration.h | 3 +++ 2 files cha