diff options
| author | Alberto Garcia | 2016-02-18 11:27:08 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2016-02-22 14:08:06 +0100 |
| commit | f5a845fdb4cec3c4b8155f08314d5351a300aebd (patch) | |
| tree | d5bc044c7cc1632caa379a953764720e282bd2f8 /qapi | |
| parent | qemu-iotests: Extend iotest 093 to test bursts (diff) | |
| download | qemu-f5a845fdb4cec3c4b8155f08314d5351a300aebd.tar.gz qemu-f5a845fdb4cec3c4b8155f08314d5351a300aebd.tar.xz qemu-f5a845fdb4cec3c4b8155f08314d5351a300aebd.zip | |
qapi: Correct the name of the iops_rd parameter
Signed-off-by: Alberto Garcia <berto@igalia.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index fbbc709e9d..9bf1b22b72 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1321,7 +1321,7 @@ # # @iops: total I/O operations per second # -# @ops_rd: read I/O operations per second +# @iops_rd: read I/O operations per second # # @iops_wr: write I/O operations per second # |
