]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: Add checks for blkdeviotune 'size_iops_sec' and adjust error
authorJohn Ferlan <jferlan@redhat.com>
Wed, 12 Nov 2014 15:16:51 +0000 (10:16 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 14 Nov 2014 16:57:03 +0000 (11:57 -0500)
commita01eea3020af52272dc4de8180c9d0a19aa1e496
treea6cc2695dd588f89f2b762715a3274db4a269a06
parent995ef7804c43018a1eba327d0aaf5855d5fe5487
qemu: Add checks for blkdeviotune 'size_iops_sec' and adjust error

Seems the 'size_iops_sec' was a late add and the checks for whether
the field was defined, but unsupported and the maximum size of the
field were not being made.

Also, adjust blkdeviotune support error message for grammar, spelling
(paramater), and remove the "(need QEMU 1.7 or superior)".  None of
our other similar error messages list which QEMU version is required.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c