Re: [libvirt] [PATCH REPOST 6/7] qemu: Use switch for qemuCheckIOThreads

2016-05-03 Thread John Ferlan
On 05/03/2016 09:42 AM, Cole Robinson wrote: > On 05/02/2016 06:30 PM, John Ferlan wrote: >> Rather than an if statement, use a switch (we're about to add more support) >> > > Are you? I don't see anything touching this function in patch #7 > Hmmm.. wrote this commit message before I realized

Re: [libvirt] [PATCH REPOST 6/7] qemu: Use switch for qemuCheckIOThreads

2016-05-03 Thread Cole Robinson
On 05/02/2016 06:30 PM, John Ferlan wrote: > Rather than an if statement, use a switch (we're about to add more support) > Are you? I don't see anything touching this function in patch #7 > Signed-off-by: John Ferlan > --- > src/qemu/qemu_command.c | 29

[libvirt] [PATCH REPOST 6/7] qemu: Use switch for qemuCheckIOThreads

2016-05-02 Thread John Ferlan
Rather than an if statement, use a switch (we're about to add more support) Signed-off-by: John Ferlan --- src/qemu/qemu_command.c | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_command.c