diff options
author | 2017-07-07 07:44:39 -0500 | |
---|---|---|
committer | 2017-07-10 13:18:06 +0200 | |
commit | f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c (patch) | |
tree | 2e862184064f654be327bb3a4aa12176ca978cdd /scripts/qapi-commands.py | |
parent | blockdev: Print a warning for legacy drive options that belong to -device (diff) | |
download | qemu-f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c.tar.xz qemu-f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c.zip |
blockjob: Track job ratelimits via bytes, not sectors
The user interface specifies job rate limits in bytes/second.
It's pointless to have our internal representation track things
in sectors/second, particularly since we want to move away from
sector-based interfaces.
Fix up a doc typo found while verifying that the ratelimit
code handles the scaling difference.
Repetition of expressions like 'n * BDRV_SECTOR_SIZE' will be
cleaned up later when functions are converted to iterate over
images by bytes rather than by sectors.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions