]> 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)
committerCole Robinson <crobinso@redhat.com>
Wed, 4 May 2016 22:49:35 +0000 (18:49 -0400)
commit20ae6d725b62f9dfb47b2ddcecf07ce7aca076e8
treee7c295a9b4fe31042bca7b940b619c75adfbdc96
parentbc858f46823dddf82023ba8c7a3970d8d20861ef
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>
(cherry picked from commit 72c313bce9043a181cc951871f38a37f6cbeb785)
src/qemu/qemu_command.c
src/qemu/qemu_driver.c