From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zh1Pw-0000G9-4e for qemu-devel@nongnu.org; Tue, 29 Sep 2015 16:22:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zh1Pr-0002k8-9o for qemu-devel@nongnu.org; Tue, 29 Sep 2015 16:22:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zh1Pr-0002k4-44 for qemu-devel@nongnu.org; Tue, 29 Sep 2015 16:22:23 -0400 References: <1443515898-3594-1-git-send-email-dgilbert@redhat.com> <1443515898-3594-24-git-send-email-dgilbert@redhat.com> From: Eric Blake Message-ID: <560AF2F9.5030708@redhat.com> Date: Tue, 29 Sep 2015 14:22:17 -0600 MIME-Version: 1.0 In-Reply-To: <1443515898-3594-24-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="p998SepaslGia4UrnC3S6e1jfNqwrdgLN" Subject: Re: [Qemu-devel] [PATCH v8 23/54] 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, quintela@redhat.com, amit.shah@redhat.com Cc: aarcange@redhat.com, pbonzini@redhat.com, liang.z.li@intel.com, luis@cs.umu.se, bharata@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --p998SepaslGia4UrnC3S6e1jfNqwrdgLN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/29/2015 02:37 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > The 'postcopy ram' capability allows postcopy migration of RAM; > note that the migration starts off in precopy mode until > postcopy mode is triggered (see the migrate_start_postcopy > patch later in the series). >=20 > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Juan Quintela > Reviewed-by: Amit Shah > --- > include/migration/migration.h | 1 + > migration/migration.c | 23 +++++++++++++++++++++++ > qapi-schema.json | 6 +++++- > 3 files changed, 29 insertions(+), 1 deletion(-) Reviewed-by: Eric Blake I'm guessing the plan is to keep this experimental until a bit more experience is gained, to make sure we aren't missing anything essential in the use of postcopy. > { 'enum': 'MigrationCapability', > 'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks', > - 'compress', 'events'] } > + 'compress', 'events', 'x-postcopy-ram'] } --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --p998SepaslGia4UrnC3S6e1jfNqwrdgLN 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/ iQEcBAEBCAAGBQJWCvL5AAoJEKeha0olJ0Nq7VYH/AsMIOiRajVm8cMg6TuNS14+ E/aT5v/ZrQEVXGn6k0RzNaz79JrEI2j3AFshcrV9tZHbJJAUrnRkL053qDB/SDIx zOBs129RmRLJWx4lD0GVnDmNTZ2ApAzkKeAKmwOaieJbbYegfuDpUPbQP+MwGqzi dbJZC0A5bG9rCw3DnU0DbLSGZEidkfl2zJ8TDb8/y+JLQZyI/QgAeqo6IwT4U9Hv vXeMqz1a+6vyegS7ryFxebDo8+11f1bUhsEGxqM3iWzEKKantXR1h2FyNJFXXVan dySdO5f6GTr8ztXJ3Iz60keYAfOAFFvh83q9ClTR4h5Lww28S4s91zkGCpTir0A= =VxKd -----END PGP SIGNATURE----- --p998SepaslGia4UrnC3S6e1jfNqwrdgLN--