[libvirt] [PATCH 10/17] qemu: command: drop QEMU_CAPS_DEVICE for serial/parallel cli

2016-01-22 Thread Cole Robinson
-serial none and -parallel none are never required anymore, even platforms that can't use -device abide -nodefaults. Additionally we conditionalized the cli building on nparallels != 0, but that was pointless. --- src/qemu/qemu_command.c | 50 - 1

Re: [libvirt] [PATCH 10/17] qemu: command: drop QEMU_CAPS_DEVICE for serial/parallel cli

2016-01-22 Thread Cole Robinson
On 01/22/2016 02:30 PM, Cole Robinson wrote: > -serial none and -parallel none are never required anymore, even > platforms that can't use -device abide -nodefaults. > > Additionally we conditionalized the cli building on nparallels != 0, > but that was pointless. Whitespace-less diff attached