From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU2DP-00014D-1F for qemu-devel@nongnu.org; Thu, 01 Nov 2012 17:22:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU2DN-0006XQ-C6 for qemu-devel@nongnu.org; Thu, 01 Nov 2012 17:22:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU2DN-0006XE-2v for qemu-devel@nongnu.org; Thu, 01 Nov 2012 17:22:13 -0400 Message-ID: <5092E79B.8040601@redhat.com> Date: Thu, 01 Nov 2012 15:20:27 -0600 From: Eric Blake MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigD662798539C25544C68A9DEB" Subject: Re: [Qemu-devel] [PATCH v3 34/35] postcopy/outgoing: introduce precopy_count parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: benoit.hudzia@gmail.com, aarcange@redhat.com, aliguori@us.ibm.com, kvm@vger.kernel.org, quintela@redhat.com, stefanha@gmail.com, t.hirofuchi@aist.go.jp, dlaor@redhat.com, satoshi.itoh@aist.go.jp, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, yoshikawa.takuya@oss.ntt.co.jp, owasserm@redhat.com, avi@redhat.com, pbonzini@redhat.com, chegu_vinod@hp.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD662798539C25544C68A9DEB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/30/2012 02:33 AM, Isaku Yamahata wrote: > Precopy with this loop number before postcopy mode. > This will be implemented by the next patch. >=20 > Signed-off-by: Isaku Yamahata > --- > +++ b/qapi-schema.json > @@ -2089,6 +2089,8 @@ > # @detach: this argument exists only for compatibility reasons and > # is ignored by QEMU > # > +# @precopy_count: #optional the number of loops of precopy when postco= py > +# Finally, a documented addition; but still lacking (since 1.3) designation. Also, QMP prefers '-' over '_', so I would name it precopy-count, if we even decide to attach it to 'migrate' instead of a new command or enhancement to 'migrate-set-capabilities'. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigD662798539C25544C68A9DEB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQEcBAEBCAAGBQJQkuebAAoJEKeha0olJ0NqzTQH/3ulx7wf6VS895+Q3BjPQKfZ PlFMJaWDE6Q+0LHjIOvO2UwTA3u15MH8uCJVcmXVIdOdtei5kvk0qtLQXJ/oSlHX YkxzSSz41G36QmQlQcKw4IcHhsoxrUtRCQDqkemxlc31x9g9/+QtgbAv3nKcfdIt au2AdKZ9iQEKiHbfBolOOLHTgRA0eCL9BzycnAzS9lh0HLv/gHtJHBx9e3Eahjyq aMqGaEUSWvIegWBFlYbAkniLpJP43RAF9dquTyMSVI9gmMT/OwASBnb2ZlmFFEZu lFQDak9dJE1SiN9GiqQdBaSW6bXhAOAeuyjHLKK5eiOQuuIcfyNzCTyQMpZqyPw= =tBTE -----END PGP SIGNATURE----- --------------enigD662798539C25544C68A9DEB--