From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swvv6-0003F3-Qd for qemu-devel@nongnu.org; Thu, 02 Aug 2012 09:58:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Swvv5-0003ae-5h for qemu-devel@nongnu.org; Thu, 02 Aug 2012 09:58:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swvv4-0003aU-UF for qemu-devel@nongnu.org; Thu, 02 Aug 2012 09:58:31 -0400 Message-ID: <501A8779.80308@redhat.com> Date: Thu, 02 Aug 2012 07:58:17 -0600 From: Eric Blake MIME-Version: 1.0 References: <1343911494-7784-1-git-send-email-owasserm@redhat.com> <1343911494-7784-9-git-send-email-owasserm@redhat.com> In-Reply-To: <1343911494-7784-9-git-send-email-owasserm@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigA07FB70540EDF5D6621B66D6" Subject: Re: [Qemu-devel] [PATCH 08/11] Add migrate_set_cachesize command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Orit Wasserman Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, quintela@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, blauwirbel@gmail.com, Petter Svard , Benoit Hudzia , avi@redhat.com, Aidan Shribman , pbonzini@redhat.com, lcapitulino@redhat.com, chegu_vinod@hp.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA07FB70540EDF5D6621B66D6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/02/2012 06:44 AM, Orit Wasserman wrote: > Change XBZRLE cache size in bytes (the size should be a power of 2, it = will be > rounded down to the nearest power of 2). > If XBZRLE cache size is too small there will be many cache miss. >=20 > New query-migrate-cache-size QMP command and 'info migrate-cache-size' = HMP 'info migrate_cache_size' in HMP > command to query cache value. >=20 > Signed-off-by: Benoit Hudzia > Signed-off-by: Petter Svard > Signed-off-by: Aidan Shribman > Signed-off-by: Orit Wasserman > --- > +++ b/monitor.c > @@ -2676,6 +2676,13 @@ static mon_cmd_t info_cmds[] =3D { > .mhandler.info =3D hmp_info_migrate_capabilities, > }, > { > + .name =3D "migrate-cache-size", s/migrate-cache-size/migrate_cache_size/ - HMP still uses underscore --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigA07FB70540EDF5D6621B66D6 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://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQGod5AAoJEKeha0olJ0NqpRsIAKEHXpUyl4p096WDjvjr12Ss gI0xkaYfxxFNA6spPLntqj3ULqTqmXtBTXioA/cCRzefNd6SuL473NjpGMbQ2dh1 5z3n9qYoyKlQAcA1zZyoRKcVN1R5szFewg168Sx6Jfw8EJhTAUjPvIhuJciUhzlg FzrTgCjqtHxehzfStTmF1UHdDZgi9ez2PVjBQ7HTj/gUeXA2rh0G+8fSjtr5qqo2 ZVTTRJdBjOnAv06Q+ZIOEqjUMDFoUHvKJXPyeEO5nk+GKJAMEAhw6ThH8EbQ6YhX ROTLrwUZWKDbHECiUsuT97PbfS5XEL+3hHJ67mudtyVHIvl2PUj3bU/OdCbO//Y= =3nOb -----END PGP SIGNATURE----- --------------enigA07FB70540EDF5D6621B66D6--