Re: [libvirt] [PATCH v2 10/12] qemu: Add the length options to the iotune command line

2016-10-25 Thread Erik Skultety
On Thu, Oct 06, 2016 at 06:38:58PM -0400, John Ferlan wrote: > Add in the block I/O throttling length/duration parameter to the command > line if supported. If not supported, fail command creation. > > Add the xml2argvtest for testing. > > Signed-off-by: John Ferlan > --- > src/qemu/qemu_comman

[libvirt] [PATCH v2 10/12] qemu: Add the length options to the iotune command line

2016-10-06 Thread John Ferlan
Add in the block I/O throttling length/duration parameter to the command line if supported. If not supported, fail command creation. Add the xml2argvtest for testing. Signed-off-by: John Ferlan --- src/qemu/qemu_command.c| 21 + .../qemuxml2argv-blkdeviot