Re: [libvirt] [PATCH v3 4/4] qemu: Fix integer/boolean logic in qemuSetUnprivSGIO

2015-07-09 Thread Peter Krempa
On Wed, Jul 08, 2015 at 15:30:28 -0400, John Ferlan wrote: Setting of 'val' is a boolean expression, so handle it that way and adjust the check/return logic to be clearer Signed-off-by: John Ferlan jfer...@redhat.com --- src/qemu/qemu_conf.c | 10 +++--- 1 file changed, 7

[libvirt] [PATCH v3 4/4] qemu: Fix integer/boolean logic in qemuSetUnprivSGIO

2015-07-08 Thread John Ferlan
Setting of 'val' is a boolean expression, so handle it that way and adjust the check/return logic to be clearer Signed-off-by: John Ferlan jfer...@redhat.com --- src/qemu/qemu_conf.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_conf.c