qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Alberto Garcia <berto@igalia.com>,
	qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 24/52] docs: Fix a couple of typos in throttle.txt
Date: Sun,  5 Jun 2016 10:43:01 +0300	[thread overview]
Message-ID: <ce94e108e049ac2b51ef197fa15b1dcf6600c9ca.1465112552.git.mjt@msgid.tls.msk.ru> (raw)
In-Reply-To: <cover.1465112552.git.mjt@msgid.tls.msk.ru>

From: Alberto Garcia <berto@igalia.com>

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 docs/throttle.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/throttle.txt b/docs/throttle.txt
index 06ed9b3..26d4d51 100644
--- a/docs/throttle.txt
+++ b/docs/throttle.txt
@@ -39,7 +39,7 @@ the parameters for both cases:
 | throttling.bps-write  | bps_wr                |
 |-----------------------+-----------------------|
 
-It is possible to set limits for both IOPS and bps and the same time,
+It is possible to set limits for both IOPS and bps at the same time,
 and for each case we can decide whether to have separate read and
 write limits or not, but note that if iops-total is set then neither
 iops-read nor iops-write can be set. The same applies to bps-total and
@@ -235,7 +235,7 @@ consider the following values:
   - Water leaks from the bucket at a rate of 100 IOPS.
   - Water can be added to the bucket at a rate of 2000 IOPS.
   - The size of the bucket is 2000 x 60 = 120000
-  - If 'iops-total-max-length' is unset then the bucket size is 100.
+  - If 'iops-total-max' is unset then the bucket size is 100 x 60.
 
 The bucket is initially empty, therefore water can be added until it's
 full at a rate of 2000 IOPS (the burst rate). Once the bucket is full
-- 
2.1.4

  parent reply	other threads:[~2016-06-05  8:01 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-05  7:42 [Qemu-devel] [PULL 00/52] Trivial patches for 2016-06-05 Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 01/52] s390x/virtio-ccw: fix spelling Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 02/52] hw/ipmi: " Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 03/52] docs: "specify" spell fix Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 04/52] qga: spelling fix Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 05/52] fsdev: " Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 06/52] target-moxie: Remove unused struct elements Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 07/52] po/Makefile: call rm -f directly Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 08/52] gdbstub: set listen backlog to 1 Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 09/52] scripts: add muldiv64() checking coccinelle scripts Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 10/52] The only 64bit parameter of muldiv64() is the first one Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 11/52] remove useless muldiv64() Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 12/52] replace muldiv64(a, b, c) by (uint64_t)a * b / c Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 13/52] ppc: Remove a potential overflow in muldiv64() Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 14/52] Fix linking relocatable objects on Sparc Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 15/52] qemu-options.hx: Specify the units for -machine kvm_shadow_mem Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 16/52] configure: Use $(..) instead of deprecated `..` Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 17/52] scripts: " Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 18/52] ICH9: fix typo Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 19/52] monitor: Typo fix Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 20/52] qdev: Clean up around properties Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 21/52] fw_cfg: follow CODING_STYLE Michael Tokarev
2016-06-05  7:42 ` [Qemu-devel] [PULL 22/52] replay: Clean up includes Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 23/52] hw: " Michael Tokarev
2016-06-05  7:43 ` Michael Tokarev [this message]
2016-06-08  9:00   ` [Qemu-devel] [PULL 24/52] docs: Fix a couple of typos in throttle.txt Alberto Garcia
2016-06-08  9:44     ` Michael Tokarev
2016-06-08 10:23       ` Alberto Garcia
2016-06-05  7:43 ` [Qemu-devel] [PULL 25/52] Fix configure test for PBKDF2 in nettle Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 26/52] e1000: Removing unnecessary if statement Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 27/52] pc: cleanup unused struct PcRomPciInfo Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 28/52] clean-includes: Add glib.h to list of unneeded includes Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 29/52] tests: Remove unnecessary glib.h includes Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 30/52] qga: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 31/52] all: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 32/52] docs/multi-thread-compression: Fix wrong command string Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 33/52] host-utils: Prefer 'false' for bool type Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 34/52] qemu-common.h: Drop WORDS_ALIGNED define Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 35/52] thunk: Drop unused NO_THUNK_TYPE_SIZE guards Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 36/52] thunk: Rename args and fields in host-target bitmask conversion code Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 37/52] coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 38/52] parallels: Use DIV_ROUND_UP Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 39/52] qcow/qcow2: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 40/52] qed: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 41/52] block: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 42/52] crypto: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 43/52] xen: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 44/52] audio: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 45/52] SPICE: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 46/52] rocker: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 47/52] usb: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 48/52] slirp: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 49/52] linux-user: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 50/52] pc-bios/s390-ccw: " Michael Tokarev
2016-06-06 13:17   ` Laurent Vivier
2016-06-07 15:07     ` Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 51/52] qemu-timer: " Michael Tokarev
2016-06-05  7:43 ` [Qemu-devel] [PULL 52/52] hbitmap: " Michael Tokarev
2016-06-06  9:16 ` [Qemu-devel] [PULL 00/52] Trivial patches for 2016-06-05 Peter Maydell
2016-06-06 11:12   ` [Qemu-devel] [PATCH v3] Fix linking relocatable objects on Sparc James Clarke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ce94e108e049ac2b51ef197fa15b1dcf6600c9ca.1465112552.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=berto@igalia.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).