[libvirt] [PATCH] qemu: format server interface without a listen address

2015-01-20 Thread Ján Tomko
https://bugzilla.redhat.com/show_bug.cgi?id=1130390 The listen address is not mandatory for interface type='server' but when it's not specified, we've been formatting it as: -netdev socket,listen=(null):5558,id=hostnet0 which failed with: Device 'socket' could not be initialized Omit the address

Re: [libvirt] [PATCH] qemu: format server interface without a listen address

2015-01-20 Thread Peter Krempa
On Tue, Jan 20, 2015 at 13:50:22 +0100, Ján Tomko wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1130390 The listen address is not mandatory for interface type='server' but when it's not specified, we've been formatting it as: -netdev socket,listen=(null):5558,id=hostnet0 which failed