]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use correct variable in qemuDomainSetBlockIoTune
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 May 2017 11:09:36 +0000 (13:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 25 May 2017 12:25:23 +0000 (14:25 +0200)
commit0d3aff58e7ed190c97b40ee92f58cb0180cef6fe
treee3125b292f41d4d11b6858e8c4bcbc4d692039a2
parent1e988b23563a3a3d21d551b4f4d667f6e3d738f4
qemu: Use correct variable in qemuDomainSetBlockIoTune

'param' contains the correct element from 'params'.

If the group name would not be the first parameter libvirtd would crash.

Introduced in c53bd25b13.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1455510
src/qemu/qemu_driver.c