Re: [libvirt] [PATCH 0/2] Add missing check and test for new blkdeviotune parameters

2014-11-14 Thread John Ferlan
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 >>

Re: [libvirt] [PATCH 0/2] Add missing check and test for new blkdeviotune parameters

2014-11-14 Thread Ján Tomko
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 >

[libvirt] [PATCH 0/2] Add missing check and test for new blkdeviotune parameters

2014-11-12 Thread John Ferlan
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 +