Re: [libvirt] [PATCH 3/6] qemu: Add support for parsing iotune group setting

2016-11-07 Thread John Ferlan
On 11/02/2016 12:37 PM, Erik Skultety wrote: > On Mon, Oct 31, 2016 at 05:22:59PM -0400, John Ferlan wrote: >> Add support to read/parse the iotune group setting for qemu. >> >> Signed-off-by: John Ferlan >> --- >> include/libvirt/libvirt-domain.h | 8 + >> src/conf/domain_conf.c

Re: [libvirt] [PATCH 3/6] qemu: Add support for parsing iotune group setting

2016-11-07 Thread John Ferlan
On 11/02/2016 10:24 AM, Martin Kletzander wrote: > On Mon, Oct 31, 2016 at 05:22:59PM -0400, John Ferlan wrote: >> Add support to read/parse the iotune group setting for qemu. >> >> Signed-off-by: John Ferlan >> --- >> include/libvirt/libvirt-domain.h | 8 + >> src/conf/domain_conf.c

Re: [libvirt] [PATCH 3/6] qemu: Add support for parsing iotune group setting

2016-11-02 Thread Erik Skultety
On Mon, Oct 31, 2016 at 05:22:59PM -0400, John Ferlan wrote: > Add support to read/parse the iotune group setting for qemu. > > Signed-off-by: John Ferlan > --- > include/libvirt/libvirt-domain.h | 8 + > src/conf/domain_conf.c | 1 + > src/conf/domain_conf.h | 1 + >

Re: [libvirt] [PATCH 3/6] qemu: Add support for parsing iotune group setting

2016-11-02 Thread Martin Kletzander
On Wed, Nov 02, 2016 at 03:24:10PM +0100, Martin Kletzander wrote: On Mon, Oct 31, 2016 at 05:22:59PM -0400, John Ferlan wrote: Add support to read/parse the iotune group setting for qemu. Signed-off-by: John Ferlan --- include/libvirt/libvirt-domain.h | 8 + src/conf/domain_conf.c

Re: [libvirt] [PATCH 3/6] qemu: Add support for parsing iotune group setting

2016-11-02 Thread Martin Kletzander
On Mon, Oct 31, 2016 at 05:22:59PM -0400, John Ferlan wrote: Add support to read/parse the iotune group setting for qemu. Signed-off-by: John Ferlan --- include/libvirt/libvirt-domain.h | 8 + src/conf/domain_conf.c | 1 + src/conf/domain_conf.h | 1 + src/qemu/qemu_driv

[libvirt] [PATCH 3/6] qemu: Add support for parsing iotune group setting

2016-10-31 Thread John Ferlan
Add support to read/parse the iotune group setting for qemu. Signed-off-by: John Ferlan --- include/libvirt/libvirt-domain.h | 8 + src/conf/domain_conf.c | 1 + src/conf/domain_conf.h | 1 + src/qemu/qemu_driver.c | 50 --- src/qemu/q