From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi58Q-0007fe-Pu for qemu-devel@nongnu.org; Tue, 14 Apr 2015 14:00:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi58M-0000PV-BH for qemu-devel@nongnu.org; Tue, 14 Apr 2015 14:00:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi58M-0000Oj-58 for qemu-devel@nongnu.org; Tue, 14 Apr 2015 14:00:26 -0400 Date: Tue, 14 Apr 2015 19:00:15 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20150414180014.GG2299@work-vm> References: <1429031053-4454-1-git-send-email-dgilbert@redhat.com> <1429031053-4454-28-git-send-email-dgilbert@redhat.com> <552D5112.6010103@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <552D5112.6010103@redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 27/47] MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, quintela@redhat.com, qemu-devel@nongnu.org, amit.shah@redhat.com, pbonzini@redhat.com, david@gibson.dropbear.id.au * Eric Blake (eblake@redhat.com) wrote: > On 04/14/2015 11:03 AM, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > '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 > > Reviewed-by: David Gibson > > --- > > 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 Done. Thanks. Dave > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK