mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-13 14:44:42 -05:00
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.
This commit is contained in:
committed by
Eric Blake
parent
c53ba61b21
commit
4c82f09ef0
@@ -705,7 +705,7 @@ mymain(void)
|
||||
DO_TEST("cputune", false, QEMU_CAPS_NAME);
|
||||
DO_TEST("numatune-memory", false, NONE);
|
||||
DO_TEST("blkdeviotune", false, QEMU_CAPS_NAME, QEMU_CAPS_DEVICE,
|
||||
QEMU_CAPS_DRIVE);
|
||||
QEMU_CAPS_DRIVE, QEMU_CAPS_DRIVE_IOTUNE);
|
||||
|
||||
DO_TEST("multifunction-pci-device", false,
|
||||
QEMU_CAPS_DRIVE, QEMU_CAPS_DEVICE, QEMU_CAPS_NODEFCONFIG,
|
||||
|
||||
Reference in New Issue
Block a user