Re: [libvirt] [PATCH] qemu: use enum when setting PCI "multi" value, not 0 or 1

2016-01-11 Thread John Ferlan
On 01/11/2016 01:31 PM, Laine Stump wrote: > From: root > ^^^ If you fix this to something "Use the VIR_TRISTATE_SWITCH_* enums appropriately.", then ACK John > No functional change. > --- > This was suggested by jferlan in an earlier review. > >

[libvirt] [PATCH] qemu: use enum when setting PCI "multi" value, not 0 or 1

2016-01-11 Thread Laine Stump
From: root No functional change. --- This was suggested by jferlan in an earlier review. src/qemu/qemu_command.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 936a43e..3c9caea 100644