From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEg88-000084-S4 for qemu-devel@nongnu.org; Fri, 23 Jan 2015 10:26:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEg85-0002ll-Nl for qemu-devel@nongnu.org; Fri, 23 Jan 2015 10:26:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEg85-0002lf-Fr for qemu-devel@nongnu.org; Fri, 23 Jan 2015 10:26:37 -0500 Message-ID: <54C2682B.6090504@redhat.com> Date: Fri, 23 Jan 2015 08:26:35 -0700 From: Eric Blake MIME-Version: 1.0 References: <1418347746-15829-1-git-send-email-liang.z.li@intel.com> <1418347746-15829-12-git-send-email-liang.z.li@intel.com> In-Reply-To: <1418347746-15829-12-git-send-email-liang.z.li@intel.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fwCFqKJcGsBSNa4KUJtX4w2e3H3ghasLl" Subject: Re: [Qemu-devel] [v3 11/13] migration: Add interface to control compression List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liang Li , qemu-devel@nongnu.org Cc: yang.z.zhang@intel.com, lcapitulino@redhat.com, armbru@redhat.com, dgilbert@redhat.com, quintela@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fwCFqKJcGsBSNa4KUJtX4w2e3H3ghasLl Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/11/2014 06:29 PM, Liang Li wrote: > The multiple compression threads can be turned on/off through > qmp and hmp interface when doing live migration. >=20 > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > --- > +++ b/qapi-schema.json > @@ -491,13 +491,17 @@ > # to enable the capability on the source VM. The feature is d= isabled by > # default. (since 1.6) > # > +# @compress: Using the multiple compression threads to accelerate live= migration. s/Using the/Use/ > + 'data': ['xbzrle', 'rdma-pin-all', 'auto-converge', 'zero-blocks', '= compress'] } Long line. Please wrap to keep things under 80 columns. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --fwCFqKJcGsBSNa4KUJtX4w2e3H3ghasLl 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 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJUwmgrAAoJEKeha0olJ0NqDn4IAJQXu7j7AVOFCo1Zf50XUbOI +SKIAlonWHnQXNqi/3l1xGdF0ASzEdinYrMp8AjNtQw5HPX//PlP8ftUoIWwfNoB vU0bRcvdaNgGmzPdWeJmJmtUTPjoSFHwqzdxEpDiZlAsumaCRPlLuAI3/lAQlMgi ahJobsN2MIbgQmfBrooxzchjBMhsReNxcutx2MBXOMjoILnEg6QcUdIhP5jdVAQz lFx+oHOxHOu0naf2tLHdC7ZAP1hBXxF7Kb+lD3/LCAU7YX7EMh1gpfamfrfK7qmh LAr12cYvWCt0Av02Vxe+CAuK9NKb8cAOpfgSLGtaMx1GT4627UmMcr6by2n6Me8= =iHIL -----END PGP SIGNATURE----- --fwCFqKJcGsBSNa4KUJtX4w2e3H3ghasLl--