[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-block] [PATCH v3 0/3] throttle: improve command-l
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [Qemu-block] [PATCH v3 0/3] throttle: improve command-line parameter documentation |
Date: |
Fri, 3 Mar 2017 10:21:29 +0800 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
On Wed, Mar 01, 2017 at 11:50:23AM +0000, Stefan Hajnoczi wrote:
> v3:
> * Added Patch 2 to fix invalid test parameters
> * Switched to nicer max < avg check [Berto]
> v2:
> * Fixed s/bps/iops/ copy-paste error in Patch 1 [Berto]
> * Rephrased warning about guest hangs and errors [Berto]
> * Added Patch 2 to hide the internal .max value from the monitor
>
> Patch 1 fleshes out the documentation for I/O throttling command-line
> parameters.
>
> Patch 2 hides an internal value that was being exposed to users via the
> monitor and caused confusion.
>
> I ended up not adding QMP-style throttling.* names to the command-line
> documentation because the names are very long and unlikely to be used. I
> couldn't see a nice way of adding them while still keeping the documentation
> readable.
>
> Stefan Hajnoczi (3):
> qemu-options: explain disk I/O throttling options
> throttle: do not use invalid config in test
> throttle: make throttle_config(throttle_get_config()) symmetric
>
> tests/test-throttle.c | 8 ++++----
> util/throttle.c | 14 ++++++++++++++
> qemu-options.hx | 24 ++++++++++++++++++++++++
> 3 files changed, 42 insertions(+), 4 deletions(-)
>
> --
> 2.9.3
>
>
Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block
Stefan
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v3 2/3] throttle: do not use invalid config in test, (continued)