From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU1HA-0005tH-Dr for qemu-devel@nongnu.org; Thu, 01 Nov 2012 16:22:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TU1H9-0004pL-Dp for qemu-devel@nongnu.org; Thu, 01 Nov 2012 16:22:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TU1H9-0004pB-5K for qemu-devel@nongnu.org; Thu, 01 Nov 2012 16:22:03 -0400 Message-ID: <5092D871.6000002@redhat.com> Date: Thu, 01 Nov 2012 14:15:45 -0600 From: Eric Blake MIME-Version: 1.0 References: <4d04431275c255b66a33a15c85f6d214c3d124f0.1351582535.git.yamahata@valinux.co.jp> In-Reply-To: <4d04431275c255b66a33a15c85f6d214c3d124f0.1351582535.git.yamahata@valinux.co.jp> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1533ADA538BCEDF29015123E" Subject: Re: [Qemu-devel] [PATCH v3 29/35] postcopy/outgoing: add movebg mode(-m) to migration command 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) --------------enig1533ADA538BCEDF29015123E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10/30/2012 02:33 AM, Isaku Yamahata wrote: > When movebg mode is enabled, the point to send background page is set > to the next page to on-demand page. >=20 > Signed-off-by: Isaku Yamahata > + -m for migratoin with postcopy mode enabled with moving position s/migratoin/migration/ > +++ b/qapi-schema.json > @@ -2095,7 +2095,7 @@ > ## > { 'command': 'migrate', > 'data': {'uri': 'str', '*blk': 'bool', '*inc': 'bool', '*detach': 'b= ool' , > - '*postcopy': 'bool', '*nobg': 'bool', > + '*postcopy': 'bool', '*movebg': 'bool', '*nobg': 'bool', Another undocumented option, and one which might be better named 'move-background'. Also another candidate for migrate-set-capabilities. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig1533ADA538BCEDF29015123E 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/ iQEcBAEBCAAGBQJQkthxAAoJEKeha0olJ0NqpHoIAKznzwQc0s0ozOeoqqTRukcs IVri5m3qeAnJJsTsF+wkpgqvFl4TnPHsou0ByDtGs4ixkRS4ImnEpUVoOVv6o3r5 N1i04KsHeQH+UeWrgwMgbD52GbsH342ncwtFtKQelZkO95iPVJl3YQg85uOU6gln M9WUdX8YP+S66wVtZOBlMY3VCcq6RZeAJXsKL+w/AMEkikMHUc7OUafcA131YJpn 6o121889MH882/jCSF5ryk5mWenUNHmq1PD+y5G3R6FKrVYF+A+qCZc9gdiULZvj j11JeRHIc3EVv4RZGw38MvsUFy0FGpcLtc43UQHZRkUpOYkEfMeSuXZUtQf9uys= =+57H -----END PGP SIGNATURE----- --------------enig1533ADA538BCEDF29015123E--