From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbDVA-0002GV-KQ for qemu-devel@nongnu.org; Mon, 06 Oct 2014 14:59:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbDV5-0000mT-NA for qemu-devel@nongnu.org; Mon, 06 Oct 2014 14:59:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbDV5-0000m0-Ft for qemu-devel@nongnu.org; Mon, 06 Oct 2014 14:59:15 -0400 Message-ID: <5432E679.5020104@redhat.com> Date: Mon, 06 Oct 2014 12:59:05 -0600 From: Eric Blake MIME-Version: 1.0 References: <1412358473-31398-1-git-send-email-dgilbert@redhat.com> <1412358473-31398-21-git-send-email-dgilbert@redhat.com> In-Reply-To: <1412358473-31398-21-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mDa8gaTh6CED82TbdFFOTACN3hFCIETbj" Subject: Re: [Qemu-devel] [PATCH v4 20/47] Add migration-capability boolean for postcopy-ram. 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, lilei@linux.vnet.ibm.com, quintela@redhat.com, cristian.klein@cs.umu.se, amit.shah@redhat.com, yanghy@cn.fujitsu.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --mDa8gaTh6CED82TbdFFOTACN3hFCIETbj Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/03/2014 11:47 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Eric Blake > --- > include/migration/migration.h | 1 + > migration.c | 9 +++++++++ > qapi-schema.json | 6 +++++- > 3 files changed, 15 insertions(+), 1 deletion(-) >=20 > # > +# @x-postcopy-ram: Start executing on the migration target before all = of RAM has been > +# migrated, pulling the remaining pages along as needed. NOTE= : If the > +# migration fails during postcopy the VM will fail. (since 2= =2E2) > +# > # Since: 1.2 > ## > { 'enum': 'MigrationCapability', > - 'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks'] }= > + 'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks', '= x-postcopy-ram'] } Can we wrap this to keep things in 80 columns? Also, the question was raised on the libvirt list on whether the interface is stable enough to name this 'postcopy-ram' from the get-go (rather than marking the interface experimental), so that libvirt can start using it sooner. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --mDa8gaTh6CED82TbdFFOTACN3hFCIETbj 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUMuZ5AAoJEKeha0olJ0Nqt6gH/05OENQpEgOOMXjM2yXYRlu4 Oe36AzBQZdIE0MExHhx5dwujcPT3tN+u408uRMyqAJyKojPYKkek5wsT3Z4Sv6QP 8Ao6uqBP4ZB3H1C9IDDYmLVpbgivVKS+QGbUxRd5634Z+IgTVlj2zbfvZqQTtrx3 7mzJ3p+yv0ajvEP2spd+EchRA4uFnqJ9/HMmBCXK52w6gd8siewb56slo55v400M Yd+j6RKQNW5+dC7iClB5k2bPgPniBdX1af1wcHUQfed6tNMFIEk56LMw/0iPm+0V dDBFbsnaWT08Ph4p+pM2bFgicw86qu6+F82ZMhA2Ou2ljCRRkR3/8bHh51tO6Yc= =zAhg -----END PGP SIGNATURE----- --mDa8gaTh6CED82TbdFFOTACN3hFCIETbj--