From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq4iN-0008Vx-Bw for qemu-devel@nongnu.org; Wed, 06 May 2015 15:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq4iI-00061E-M5 for qemu-devel@nongnu.org; Wed, 06 May 2015 15:10:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq4iI-00060j-DL for qemu-devel@nongnu.org; Wed, 06 May 2015 15:10:34 -0400 Message-ID: <554A6728.9090309@redhat.com> Date: Wed, 06 May 2015 13:10:32 -0600 From: Eric Blake MIME-Version: 1.0 References: <1430934604-18207-1-git-send-email-quintela@redhat.com> <1430934604-18207-14-git-send-email-quintela@redhat.com> In-Reply-To: <1430934604-18207-14-git-send-email-quintela@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nDEd07HLjAqMUiQd91r6lt2HoWh9Ts8bM" Subject: Re: [Qemu-devel] [PULL 13/15] migration: Add qmp commands to set and query parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: Yang Zhang , Liang Li This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nDEd07HLjAqMUiQd91r6lt2HoWh9Ts8bM Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 05/06/2015 11:50 AM, Juan Quintela wrote: > From: Liang Li >=20 > Add the qmp commands to tune and query the parameters used in live > migration. >=20 > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > Signed-off-by: Juan Quintela > --- > migration/migration.c | 56 +++++++++++++++++++++++++++++++++++++++++++= +++++++ > qapi-schema.json | 45 ++++++++++++++++++++++++++++++++++++++++ > qmp-commands.hx | 57 +++++++++++++++++++++++++++++++++++++++++++= ++++++++ > 3 files changed, 158 insertions(+) >=20 > +++ b/qapi-schema.json > @@ -592,6 +592,51 @@ > { 'enum': 'MigrationParameter', > 'data': ['compress-level', 'compress-threads', 'decompress-threads']= } >=20 > +# > +# @migrate-set-parameters > +# > +# Set the following migration parameters > +# > +# @compress-level: compression level > +# > +# @compress-threads: compression thread count > +# > +# @decompress-threads: decompression thread count > +# > +# Since: 2.3 s/2.3/2.4/ throughout the patch --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --nDEd07HLjAqMUiQd91r6lt2HoWh9Ts8bM 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/ iQEcBAEBCAAGBQJVSmcoAAoJEKeha0olJ0NqlgUIAIAqpNamr7ytSHvnuluEe03K Om/Xx3+b2zm+XrNPUx/TgZtYCMxtPtFkYSdQX0/NTmC3rhWuYxxOdVEg+RweiNtT 83ZfB7+yG4HrRfwf1e+J/nbzcpq9hZlHHVm1ltAvCKDg0IPU/Z46SPAimp+Jyvwk s5Qvr6qU0jcA0oDg55sLyGkBX0o9s4aCZaWItZZpcagLSziH/4nVQhSvI2+A83Jq X/vOjpOaWMG1oQUcisb3g1noMQa8wLN+7ald+4zzikpl9L6YW0QNsr8/NKKOVf07 uKOQ+0ScSnTPX7a6mERMRp1Ck5cmmo/2aB4pMu2sOOXi+0yk6jcVrYLvhGB5Tlw= =Ra/D -----END PGP SIGNATURE----- --nDEd07HLjAqMUiQd91r6lt2HoWh9Ts8bM--