]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix off-by-one error in block I/O throttle messages
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 25 Apr 2016 09:54:56 +0000 (11:54 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 25 Apr 2016 10:16:38 +0000 (12:16 +0200)
commit72c313bce9043a181cc951871f38a37f6cbeb785
treebbd37130e01a8ba560f06abd17fb21cc95be2c1e
parent7867c579eacc4b33d97cbad779a80adfbfefc02a
qemu: Fix off-by-one error in block I/O throttle messages

QEMU_BLOCK_IOTUNE_MAX is the maximum inclusively, so let's modify the
message so it makes sense.

https://bugzilla.redhat.com/show_bug.cgi?id=1329041

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_driver.c