On 11/14/2014 04:19 AM, Ján Tomko wrote:
On 11/12/2014 04:16 PM, John Ferlan wrote:
> Found missing 'size_iops_sec' check in qemu_command.c.
>
> Add a test for the new blkdeviotune parameters.
>
> John Ferlan (2):
> qemu: Add checks for blkdeviotune 'size_iops_sec' and adjust error
> qemu: Add tests for new blkdeviotune arguments
>
> src/qemu/qemu_command.c | 10 +++--
> .../qemuxml2argv-blkdeviotune-max.args | 12 +++++
> .../qemuxml2argv-blkdeviotune-max.xml | 51 ++++++++++++++++++++++
> tests/qemuxml2argvtest.c | 3 ++
> 4 files changed, 72 insertions(+), 4 deletions(-)
> create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-blkdeviotune-max.args
> create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-blkdeviotune-max.xml
>
ACK
Jan
I adjusted the xml/args to use different values for each field and
pushed the patches.
Thanks,
John