]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Added capability checking for block <iotune> setting.
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 18 Jan 2012 16:42:33 +0000 (17:42 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 18 Jan 2012 16:56:00 +0000 (09:56 -0700)
commit4c82f09ef08674be77f461600195d0a646105306
tree242a24e3471a09e1a62fd8d3689755e043f2b621
parentc53ba61b21b09fdf2ce0b4cf97565566a56a2f32
Added capability checking for block <iotune> setting.

There was missing capability for blkiotune and thus specifying these
settings caused libvirt to run qemu with invalid parameters and then
reporting qemu error instead of the standard libvirt one. The support
for blkiotune setting was added in upstream qemu repo under commit
0563e191516289c9d2f282a8c50f2eecef2fa773.
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuxml2argvtest.c