Re: [libvirt] [PATCH v2 11/12] virsh: Create a macro to add IOTUNE values

2016-10-25 Thread John Ferlan
On 10/25/2016 01:44 PM, Erik Skultety wrote: > On Thu, Oct 06, 2016 at 06:38:59PM -0400, John Ferlan wrote: >> Rework the repetitive lines to add iotune values into easier to read macro >> >> Signed-off-by: John Ferlan >> --- >> tools/virsh-domain.c | 141 >>

Re: [libvirt] [PATCH v2 11/12] virsh: Create a macro to add IOTUNE values

2016-10-25 Thread Erik Skultety
On Thu, Oct 06, 2016 at 06:38:59PM -0400, John Ferlan wrote: > Rework the repetitive lines to add iotune values into easier to read macro > > Signed-off-by: John Ferlan > --- > tools/virsh-domain.c | 141 > +-- > 1 file

[libvirt] [PATCH v2 11/12] virsh: Create a macro to add IOTUNE values

2016-10-06 Thread John Ferlan
Rework the repetitive lines to add iotune values into easier to read macro Signed-off-by: John Ferlan --- tools/virsh-domain.c | 141 +-- 1 file changed, 25 insertions(+), 116 deletions(-) diff --git a/tools/virsh-domain.c