From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi4pI-0000Dy-Sv for qemu-devel@nongnu.org; Tue, 14 Apr 2015 13:40:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi4pF-0007Vs-JY for qemu-devel@nongnu.org; Tue, 14 Apr 2015 13:40:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi4pE-0007Uw-TY for qemu-devel@nongnu.org; Tue, 14 Apr 2015 13:40:41 -0400 Message-ID: <552D5112.6010103@redhat.com> Date: Tue, 14 Apr 2015 11:40:34 -0600 From: Eric Blake MIME-Version: 1.0 References: <1429031053-4454-1-git-send-email-dgilbert@redhat.com> <1429031053-4454-28-git-send-email-dgilbert@redhat.com> In-Reply-To: <1429031053-4454-28-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="vo3MMDnPVgGLHop5kFfvFTI7jHtOkpDmT" 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: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: aarcange@redhat.com, yamahata@private.email.ne.jp, quintela@redhat.com, amit.shah@redhat.com, pbonzini@redhat.com, yayanghy@cn.fujitsu.com, david@gibson.dropbear.id.au This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vo3MMDnPVgGLHop5kFfvFTI7jHtOkpDmT Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/14/2015 11:03 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > 'MIGRATION_STATUS_POSTCOPY_ACTIVE' is entered after migrate_start_postc= opy >=20 > 'migration_postcopy_phase' is provided for other sections to know if > they're in postcopy. >=20 > 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(-) >=20 > +++ 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 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --vo3MMDnPVgGLHop5kFfvFTI7jHtOkpDmT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVLVESAAoJEKeha0olJ0Nqdf0H/1j7Cdd7KKRvpRKawRFMVmm7 74vrJdBB8ziImYAczgyEgCF12/497kaL5PeblLSlDISsaGfwWdx78uTPlGseq9Yc FOvb5z8eBblrHIV/lPAKti3N5XvxUrppGj9+Ce9XUXDfD7HEVFviZ/JNUurwL2F3 1ssJQR9bFC8LMcMnt81YG3DKI39D4Hi6dQoBWwREVZAGlZ7MwZZXzUaz3+ll3vVz lJ0uOwyevt/92KtzitLPY3CMFIYTsk1kqTakvCyQDtTh4XVWwBPFaYnI7gp8zoer Ol9MVqLpl/GuU8wDjL8f+xyf379TC3pG4PuamvwRii9l0s94Yj8K3tXaTiPRV00= =ovvv -----END PGP SIGNATURE----- --vo3MMDnPVgGLHop5kFfvFTI7jHtOkpDmT--