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

2015-09-05 Thread Guido Günther
On Fri, Sep 04, 2015 at 03:06:15PM -0400, Jonathan Toppins wrote: [..snip..] > >Works fine for me, what is your libxml version? > >This could be related to > >http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=8f17d0e > > > >commit 8f17d0eaae7ee2fa3e214b79b188fc14ed5aa1eb > > util: Prepare

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 of a

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

2015-09-02 Thread Ján Tomko
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 of a "localaddr" (local > address), this

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

2015-09-02 Thread Guido Günther
Hi, On Tue, Sep 01, 2015 at 02:31:41PM -0400, Jonathan Toppins wrote: > I am willing to work with Guido if you have some time to put into it. > Otherwise the current implementation models are > pretty much 1:1 representations of what is in the C code and this looks > pretty extensible to me. Have

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

2015-09-02 Thread Guido Günther
On Wed, Sep 02, 2015 at 10:23:56AM +0200, Ján Tomko wrote: [..snip..] > Works fine for me, what is your libxml version? > This could be related to > http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=8f17d0e > > commit 8f17d0eaae7ee2fa3e214b79b188fc14ed5aa1eb > util: Prepare URI formatting

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

2015-09-01 Thread Laine Stump
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 but have edited tree-wide to support the new

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

2015-09-01 Thread Daniel P. Berrange
On Tue, Sep 01, 2015 at 02:11:05PM -0400, 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

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 but

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

2015-08-31 Thread Guido Günther
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 the addition of a "localaddr" (local > address),

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 the

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

2015-08-31 Thread Guido Günther
Hi, On Mon, Aug 31, 2015 at 04:06:18PM -0400, 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 but have edited

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

2015-08-31 Thread Stanley Karunditu
>From my testing, the v2 patch works. I can create a new interface with the udp tunnel interface in a fresh domain configuration, or use virsh attach-device to add a new udp tunnel interface to an existing domain config. -- libvir-list mailing list libvir-list@redhat.com

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

2015-08-29 Thread Jonathan Toppins
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 localaddr (local address), this then maps into the following xml and qemu call. interface type='udp'