From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFPh4-0007A9-3G for qemu-devel@nongnu.org; Fri, 30 Aug 2013 10:29:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFPgy-0001od-2w for qemu-devel@nongnu.org; Fri, 30 Aug 2013 10:28:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFPgx-0001oS-Pr for qemu-devel@nongnu.org; Fri, 30 Aug 2013 10:28:52 -0400 Message-ID: <5220AC1D.8080103@redhat.com> Date: Fri, 30 Aug 2013 08:28:45 -0600 From: Eric Blake MIME-Version: 1.0 References: <1377702441-22236-1-git-send-email-benoit@irqsave.net> <1377702441-22236-5-git-send-email-benoit@irqsave.net> In-Reply-To: <1377702441-22236-5-git-send-email-benoit@irqsave.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KwRWlaPAxTaDXf66pec6Xtj0gsqT6BDhd" Subject: Re: [Qemu-devel] [PATCH V7 4/5] block: Add support for throttling burst max in QMP and the command line. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= Cc: kwolf@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --KwRWlaPAxTaDXf66pec6Xtj0gsqT6BDhd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/28/2013 09:07 AM, Beno=C3=AEt Canet wrote: > The max parameter of the leaky bucket throttling algorithm can be used = to > allow the guest to do bursts. > The max value is a pool of I/O that the guest can use without being thr= ottled > at all. Throttling is triggered once this pool is empty. >=20 > Signed-off-by: Benoit Canet > --- > +++ b/qapi-schema.json > @@ -785,6 +785,18 @@ > # > # @image: the info of image used (since: 1.6) > # > +# @bps_max: #optional total max in bytes (Since 1.7) We don't have a consistent style, but at least the information is accurat= e. Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --KwRWlaPAxTaDXf66pec6Xtj0gsqT6BDhd 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.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJSIKwdAAoJEKeha0olJ0NqsaUH/1UQ8wzQSpCp0F1e1bnWca2m 8Fg4JSQVzkuLZsoiM5q5QBiWdiO916DpSbKiQ/NuU2czTkWlO+6Cs35WvmgGBoDs V4TYvvkPAnnUqalsZaQqDi2tbV5mwJYz8HCxsZ3l1MDOxeSrScEpIQPE7zHc0Hoz n/wWlab94lcmXklwrT64AyeYhBeSQ7sY4YiRSQFgOyQjtRdeAF2eVxUXtPCl2wNB E/QMl8CBWqrmHx2suTPq3J9L+sobvzCYAQHEk8Hn5oQLJ587IF2wxyDh5ddR+u9z amhaljsPYsMWCTAEnYL/MQ3bUp6ybM3/0utLhX49CwCNt+HDoZ4jiH0MjeIc038= =lUk1 -----END PGP SIGNATURE----- --KwRWlaPAxTaDXf66pec6Xtj0gsqT6BDhd--