Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread Gerd Hoffmann
Hi, This is pretty important wrt dual-stack configurations because they can be implemented with just slight changes to spice server (unlike the old RFE requesting listening on multiple addresses): * when no addr= or ipvx options are set, listen on ::0 spice-server sets ai.ai_flags =

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread David Jaša
(I missed engine-devel@ previously because of typo :() just two additions I missed yesterday: David Jaša píše v Čt 14. 06. 2012 v 17:32 +0200: Hi, I learned few things about ipv6 lately. Most importantly about dual-socket that means that a process that opens ::0 automatically listens on

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread David Jaša
Gerd Hoffmann píše v Pá 15. 06. 2012 v 10:36 +0200: Hi, This is pretty important wrt dual-stack configurations because they can be implemented with just slight changes to spice server (unlike the old RFE requesting listening on multiple addresses): * when no addr= or ipvx options are

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread Gerd Hoffmann
On 06/15/12 11:02, David Jaša wrote: Gerd Hoffmann píše v Pá 15. 06. 2012 v 10:36 +0200: Hi, This is pretty important wrt dual-stack configurations because they can be implemented with just slight changes to spice server (unlike the old RFE requesting listening on multiple addresses): *

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread Gerd Hoffmann
Hi, * new spice-server feature: add option to bind to a selected interface regardless of its addresses How does that work? cheers, Gerd -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread Daniel P. Berrange
On Fri, Jun 15, 2012 at 11:48:28AM +0200, Gerd Hoffmann wrote: Hi, * new spice-server feature: add option to bind to a selected interface regardless of its addresses How does that work? I presume the client app would requestlisten=eth0, and the QEMU would have to call getifaddrs()

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread David Jaša
Gerd Hoffmann píše v Pá 15. 06. 2012 v 11:48 +0200: Hi, * new spice-server feature: add option to bind to a selected interface regardless of its addresses How does that work? I'm aware that for example dnsmasq does this with its --bind-interfaces option. If I'm grepping their repo

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread Gerd Hoffmann
On 06/15/12 12:00, Daniel P. Berrange wrote: On Fri, Jun 15, 2012 at 11:48:28AM +0200, Gerd Hoffmann wrote: Hi, * new spice-server feature: add option to bind to a selected interface regardless of its addresses How does that work? I presume the client app would requestlisten=eth0,

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread Daniel P. Berrange
On Fri, Jun 15, 2012 at 12:44:04PM +0200, Gerd Hoffmann wrote: On 06/15/12 12:00, Daniel P. Berrange wrote: On Fri, Jun 15, 2012 at 11:48:28AM +0200, Gerd Hoffmann wrote: Hi, * new spice-server feature: add option to bind to a selected interface regardless of its addresses How

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread David Jaša
Daniel P. Berrange píše v Pá 15. 06. 2012 v 11:54 +0100: On Fri, Jun 15, 2012 at 12:44:04PM +0200, Gerd Hoffmann wrote: On 06/15/12 12:00, Daniel P. Berrange wrote: On Fri, Jun 15, 2012 at 11:48:28AM +0200, Gerd Hoffmann wrote: Hi, * new spice-server feature: add option to bind to

Re: [libvirt] [Spice-devel] RFC: spice-server default listen behaviour change

2012-06-15 Thread David Jaša
David Jaša píše v Pá 15. 06. 2012 v 15:10 +0200: Daniel P. Berrange píše v Pá 15. 06. 2012 v 11:54 +0100: On Fri, Jun 15, 2012 at 12:44:04PM +0200, Gerd Hoffmann wrote: On 06/15/12 12:00, Daniel P. Berrange wrote: On Fri, Jun 15, 2012 at 11:48:28AM +0200, Gerd Hoffmann wrote: Hi,