[libvirt] [PATCH 09/17] qemu: command: drop QEMU_CAPS_DEVICE for net cli

2016-01-22 Thread Cole Robinson
-net none is never required anymore, even platforms that can't use -device abide -nodefaults. Additionally we conditionalized the cli building on nnets != 0, but that was redundant. --- src/qemu/qemu_command.c | 72 +++-- 1 file changed, 33

Re: [libvirt] [PATCH 09/17] qemu: command: drop QEMU_CAPS_DEVICE for net cli

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