Re: [libvirt] [PATCH libvirt master v2] interface type: add udp socket support

2015-09-04 Thread Jonathan Toppins
On 09/02/2015 04:23 AM, Ján Tomko wrote: On Sat, Aug 29, 2015 at 04:19:10PM -0400, Jonathan Toppins wrote: Adds a new interface type using UDP sockets, this seems only applicable to QEMU but have edited tree-wide to support the new interface type. The interface type required the addition

Re: [libvirt] [PATCH libvirt master v2] interface type: add udp socket support

2015-09-01 Thread Jonathan Toppins
On 09/01/2015 02:11 PM, Laine Stump wrote: On 08/31/2015 04:06 PM, Jonathan Toppins wrote: On 08/31/2015 03:25 PM, Guido Günther wrote: Hi, On Sat, Aug 29, 2015 at 04:19:10PM -0400, Jonathan Toppins wrote: Adds a new interface type using UDP sockets, this seems only applicable to QEMU

Re: [libvirt] [PATCH libvirt master v2] interface type: add udp socket support

2015-08-31 Thread Jonathan Toppins
On 08/31/2015 03:25 PM, Guido Günther wrote: Hi, On Sat, Aug 29, 2015 at 04:19:10PM -0400, Jonathan Toppins wrote: Adds a new interface type using UDP sockets, this seems only applicable to QEMU but have edited tree-wide to support the new interface type. The interface type required

[libvirt] [PATCH libvirt master v2] interface type: add udp socket support

2015-08-29 Thread Jonathan Toppins
: -net socket,udp=127.0.0.1:2,localaddr=127.0.0.1:2 Notice the xml local entry becomes the localaddr for the qemu call. reference: http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg00629.html Signed-off-by: Jonathan Toppins jtopp...@cumulusnetworks.com --- since v1: I expect

Re: [libvirt] [PATCH libvirt master] interface type: add udp socket support

2015-08-13 Thread Jonathan Toppins
On 8/12/15 12:29 PM, Ján Tomko wrote: On Tue, Aug 11, 2015 at 12:30:03PM -0400, Jonathan Toppins wrote: On 8/10/15 11:06 AM, Ján Tomko wrote: Signed-off-by: Jonathan Toppins jtopp...@cumulusnetworks.com --- docs/formatdomain.html.in| 17 src/conf/domain_conf.c

Re: [libvirt] [PATCH libvirt master] interface type: add udp socket support

2015-08-11 Thread Jonathan Toppins
On 8/10/15 11:06 AM, Ján Tomko wrote: Signed-off-by: Jonathan Toppins jtopp...@cumulusnetworks.com --- docs/formatdomain.html.in| 17 src/conf/domain_conf.c | 56 +--- src/conf/domain_conf.h | 3 +++ src/conf

Re: [libvirt] [PATCH libvirt master] interface type: add udp socket support

2015-08-11 Thread Jonathan Toppins
On 8/10/15 1:28 AM, Laine Stump wrote: On 08/07/2015 06:14 PM, Jonathan Toppins wrote: Adds a new interface type using UDP sockets, this seems only applicable to QEMU but have edited tree-wide to support the new interface type. The interface type required the addition of a destaddr

[libvirt] [PATCH libvirt master] interface type: add udp socket support

2015-08-07 Thread Jonathan Toppins
=127.0.0.1:2,localaddr=127.0.0.1:2 Notice the xml source entry becomes the localaddr for the qemu call. reference: http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg00629.html Signed-off-by: Jonathan Toppins jtopp...@cumulusnetworks.com --- docs/formatdomain.html.in| 17