Re: [libvirt] [PATCH v2 02/15] Add public APIs for post-copy migration

2016-01-22 Thread Jiri Denemark
On Fri, Jan 22, 2016 at 15:10:16 +, Daniel P. Berrange wrote: > On Thu, Jan 21, 2016 at 11:20:47AM +0100, Jiri Denemark wrote: > > From: Cristian Klein > > > > To use post-copy one has to start the migration with > > VIR_MIGRATE_POSTCOPY flag and, while migration is in

Re: [libvirt] [PATCH v2 02/15] Add public APIs for post-copy migration

2016-01-22 Thread Daniel P. Berrange
On Thu, Jan 21, 2016 at 11:20:47AM +0100, Jiri Denemark wrote: > From: Cristian Klein > > To use post-copy one has to start the migration with > VIR_MIGRATE_POSTCOPY flag and, while migration is in progress, call > virDomainMigrateStartPostCopy() to switch from pre-copy to

[libvirt] [PATCH v2 02/15] Add public APIs for post-copy migration

2016-01-21 Thread Jiri Denemark
From: Cristian Klein To use post-copy one has to start the migration with VIR_MIGRATE_POSTCOPY flag and, while migration is in progress, call virDomainMigrateStartPostCopy() to switch from pre-copy to post-copy. Signed-off-by: Cristian Klein