From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuWSB-00029d-1Q for qemu-devel@nongnu.org; Thu, 26 Jul 2012 18:22:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuWS9-0006cN-Um for qemu-devel@nongnu.org; Thu, 26 Jul 2012 18:22:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuWS9-0006cI-LV for qemu-devel@nongnu.org; Thu, 26 Jul 2012 18:22:41 -0400 Message-ID: <5011C324.4070801@redhat.com> Date: Thu, 26 Jul 2012 16:22:28 -0600 From: Eric Blake MIME-Version: 1.0 References: <1343227834-5400-1-git-send-email-owasserm@redhat.com> <1343227834-5400-10-git-send-email-owasserm@redhat.com> In-Reply-To: <1343227834-5400-10-git-send-email-owasserm@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig6B0499E9E549B4F8C2160B9A" 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) --------------enig6B0499E9E549B4F8C2160B9A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/25/2012 08:50 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 > Signed-off-by: Benoit Hudzia > Signed-off-by: Petter Svard > Signed-off-by: Aidan Shribman > Signed-off-by: Orit Wasserman > +ETEXI > + > + { > + .name =3D "migrate_set_cachesize", > + .args_type =3D "value:o", > + .params =3D "value", > + .help =3D "set cache size (in bytes) for XBZRLE migratio= ns," > + "the cache size will be rounded down to the near= est " > + "power of 2.\n" > + "The cache size effects the number of cache miss= es." s/effects/affects/ --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig6B0499E9E549B4F8C2160B9A 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/ iQEcBAEBCAAGBQJQEcMlAAoJEKeha0olJ0Nq368H/269cUTpSnXuYigd6OyXgy8c u1TSHw7YMxxq7E58+zvVWXhLaFuwMN/fp/ch8J0ESbZHL8AvgKGTYtPkCAmfSMRh Oc41QKEdZdRrxH0wHsWiEJ6h+hlw3VyvLX1QgZd/h4JTQRuixxlV/jbbBts8jxKs 8HAv37QXsFsbad6cyKwnxjy5nVnmvI397ozGqgVpIbiiVr3e0beDHmTaLmrVrM1f QJyWzQ+OfhJbWZYwXB418iW+7b8ft/DgCHI0UZBeChlBQZj1Dc1C9rRgntdJbrVd vKy4JjqdNUEWgtjvLpjOixLZk5p/fix7rssEot9yEyz7Yo4ZHMzCDI1zQoe9j+c= =2FYR -----END PGP SIGNATURE----- --------------enig6B0499E9E549B4F8C2160B9A--