[libvirt] [PATCH] Added capability checking for block iotune setting.

2012-01-18 Thread Martin Kletzander
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. --- src/qemu/qemu_capabilities.c |6 ++ src/qemu/qemu_capabilities.h |2 ++

Re: [libvirt] [PATCH] Added capability checking for block iotune setting.

2012-01-18 Thread Eric Blake
On 01/18/2012 09:01 AM, Martin Kletzander wrote: 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. --- src/qemu/qemu_capabilities.c |6 ++

Re: [libvirt] [PATCH] Added capability checking for block iotune setting.

2012-01-18 Thread Martin Kletzander
On 01/18/12 17:13, Eric Blake wrote: On 01/18/2012 09:01 AM, Martin Kletzander wrote: 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. ---