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

2016-01-19 Thread Daniel P. Berrange
On Tue, Jan 19, 2016 at 10:50:07AM +0100, Jiri Denemark wrote: > From: Cristian Klein > > To use post-copy one has to start the migration with > VIR_MIGRATE_POSTCOPY flag and VIR_MIGRATE_POSTCOPY_AFTER_PRECOPY or, > while migration is in progress, call

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

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

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

2016-01-19 Thread Jiri Denemark
On Tue, Jan 19, 2016 at 10:23:40 +, Daniel P. Berrange wrote: > On Tue, Jan 19, 2016 at 10:50:07AM +0100, Jiri Denemark wrote: > > From: Cristian Klein > > > > To use post-copy one has to start the migration with > > VIR_MIGRATE_POSTCOPY flag and