[libvirt] [PATCH 08/17] qemu: command: drop QEMU_CAPS_DEVICE for controller cli

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

Re: [libvirt] [PATCH 08/17] qemu: command: drop QEMU_CAPS_DEVICE for controller cli

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 | 112 > > 1 file changed, 55 insertions(+), 57 deletions(-) > Whitespace-less diff attached - Cole