diff options
author | Eric Blake <eblake@redhat.com> | 2017-07-07 07:44:39 -0500 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2017-07-10 13:18:06 +0200 |
commit | f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c (patch) | |
tree | 2e862184064f654be327bb3a4aa12176ca978cdd /qapi-schema.json | |
parent | c616f16e0c9a2d0b2f13785d37ca0f18d54d571f (diff) | |
download | qemu-f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c.zip qemu-f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c.tar.gz qemu-f3e4ce4af336f2ea306fa0f40ec1a5149864ca8c.tar.bz2 |
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 'qapi-schema.json')
0 files changed, 0 insertions, 0 deletions