* Eric Blake (ebl...@redhat.com) wrote: > On 04/14/2015 11:03 AM, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > > > 'MIGRATION_STATUS_POSTCOPY_ACTIVE' is entered after migrate_start_postcopy > > > > 'migration_postcopy_phase' is provided for other sections to know if > > they're in postcopy. > > > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > > Reviewed-by: David Gibson <da...@gibson.dropbear.id.au> > > --- > > include/migration/migration.h | 2 ++ > > migration/migration.c | 56 > > ++++++++++++++++++++++++++++++++++++------- > > qapi-schema.json | 4 +++- > > trace-events | 1 + > > 4 files changed, 54 insertions(+), 9 deletions(-) > > > > > +++ b/qapi-schema.json > > @@ -424,6 +424,8 @@ > > # > > # @active: in the process of doing migration. > > # > > +# @postcopy-active: as active, but now in postcopy mode. > > +# > > s/as/like/ > Needs a (since 2.4) designation. > > Minor enough that I'm okay if you fix them and add: > Reviewed-by: Eric Blake <ebl...@redhat.com>
Done. Thanks. Dave > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org > -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK