[libvirt] [PATCH 07/17] qemu: command: drop QEMU_CAPS_DEVICE for PCI address assign

2016-01-22 Thread Cole Robinson
All the logic was in a QEMU_CAPS_DEVICE conditional. Unindent it --- src/qemu/qemu_command.c | 238 1 file changed, 117 insertions(+), 121 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 3ab53be..f2e9f6a 100644

Re: [libvirt] [PATCH 07/17] qemu: command: drop QEMU_CAPS_DEVICE for PCI address assign

2016-01-22 Thread Cole Robinson
On 01/22/2016 02:30 PM, Cole Robinson wrote: > All the logic was in a QEMU_CAPS_DEVICE conditional. Unindent it > --- > src/qemu/qemu_command.c | 238 > > 1 file changed, 117 insertions(+), 121 deletions(-) > Whitespace-less diff attached -