]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.texi
qemu-img bench: Implement -S (step size)
authorKevin Wolf <kwolf@redhat.com>
Mon, 13 Jul 2015 11:13:17 +0000 (13:13 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 Jun 2016 08:21:09 +0000 (10:21 +0200)
commit83de9be0dc59439ec6f97f58c8e9015b4fdc3010
treecbc458a208601fe3113bc8313f992204ddb03da0
parentd3199a31c7bc72f6bcecbb3ebcc16940a1721e10
qemu-img bench: Implement -S (step size)

With this new option, qemu-img bench can be told to advance the current
offset after each request by a different value than the buffer size.
This is useful for controlling the conditions for cluster allocation in
image formats (e.g. qcow2 cluster allocation with COW in front of the
request, or COW areas that aren't overwritten immediately).

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi