From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi4n2-0007Wl-CH for qemu-devel@nongnu.org; Tue, 14 Apr 2015 13:38:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi4mz-0006OR-6i for qemu-devel@nongnu.org; Tue, 14 Apr 2015 13:38:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi4my-0006OB-UN for qemu-devel@nongnu.org; Tue, 14 Apr 2015 13:38:21 -0400 Message-ID: <552D5083.2070604@redhat.com> Date: Tue, 14 Apr 2015 11:38:11 -0600 From: Eric Blake MIME-Version: 1.0 References: <1429031053-4454-1-git-send-email-dgilbert@redhat.com> <1429031053-4454-27-git-send-email-dgilbert@redhat.com> In-Reply-To: <1429031053-4454-27-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wGhlHuTNNmEJqH3XcRDxdTLN4eICVuhbs" Subject: Re: [Qemu-devel] [PATCH v6 26/47] migrate_start_postcopy: Command to trigger transition to postcopy 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) --wGhlHuTNNmEJqH3XcRDxdTLN4eICVuhbs 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 > Once postcopy is enabled (with migrate_set_capability), the migration > will still start on precopy mode. To cause a transition into postcopy > the: >=20 > migrate_start_postcopy >=20 > command must be issued. Postcopy will start sometime after this > (when it's next checked in the migration loop). >=20 > Issuing the command before migration has started will error, > and issuing after it has finished is ignored. >=20 > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Eric Blake > --- > +++ b/qapi-schema.json > @@ -566,6 +566,14 @@ > { 'command': 'query-migrate-capabilities', 'returns': ['MigrationCap= abilityStatus']} > =20 > ## > +# @migrate-start-postcopy > +# > +# Switch migration to postcopy mode > +# > +# Since: 2.3 2.4 > +{ 'command': 'migrate-start-postcopy' } > + As that's easily fixable by the maintainer, my R-b stands. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --wGhlHuTNNmEJqH3XcRDxdTLN4eICVuhbs 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/ iQEcBAEBCAAGBQJVLVCDAAoJEKeha0olJ0Nq0ucIAJAF8fNehZDS0Ud7qPXpLbWD o2FuKEtDYZW1UNEVnAKwSIRqn7Bp8Y3pZTzUuznTjl/vC8dmheg0pXqaCP42RhU9 DzIrDqkXIxPjVVPL6O7NuP3kOGuo6CpZm2jVAgucdHqOzVbJXG7bIukq1ZVUjrqf cqvn9ATzd1leCrWv7JND07K1sBXn//nNPipywDnqGTQLcF/915BkoaWV7rce1HQw B4rJvpY3qmq95URlRzbRDddAcjo9/UD4rJhm2nfC3h7amPSBVItgoW0IVuRHO287 vIhlFntWdin75IEEUtC2wtMA+SzCo/jK9CbGfk9OzHzsYceg2B3Z6txJDFwKTRM= =rQ+D -----END PGP SIGNATURE----- --wGhlHuTNNmEJqH3XcRDxdTLN4eICVuhbs--