Re: [libvirt] [PATCH v2 12/12] spice: introduce listen type none

2016-05-12 Thread Christophe Fergeau
On Wed, May 11, 2016 at 05:08:31PM +0200, Pavel Hrdina wrote: > This new listen type is currently supported only by spice graphics. > It's introduced to make it easier and clearer specify to not listen > anywhere in order to start a guest with OpenGL support. > > The old way to do this was set

Re: [libvirt] [PATCH v2 12/12] spice: introduce listen type none

2016-05-12 Thread Christophe Fergeau
On Thu, May 12, 2016 at 08:43:38AM +0200, Pavel Hrdina wrote: > > > @@ -21630,8 +21661,6 @@ virDomainGraphicsDefFormat(virBufferPtr buf, > > > } > > > > > > for (i = 0; i < def->nListens; i++) { > > > -if (def->listens[i].type == VIR_DOMAIN_GRAPHICS_LISTEN_TYPE_NONE) > > > -

Re: [libvirt] [PATCH v2 12/12] spice: introduce listen type none

2016-05-12 Thread Pavel Hrdina
On Wed, May 11, 2016 at 08:14:43PM +0200, Marc-André Lureau wrote: > Hi > > On Wed, May 11, 2016 at 5:08 PM, Pavel Hrdina wrote: > > This new listen type is currently supported only by spice graphics. > > It's introduced to make it easier and clearer specify to not listen > >

Re: [libvirt] [PATCH v2 12/12] spice: introduce listen type none

2016-05-11 Thread Marc-André Lureau
Hi On Wed, May 11, 2016 at 5:08 PM, Pavel Hrdina wrote: > This new listen type is currently supported only by spice graphics. > It's introduced to make it easier and clearer specify to not listen > anywhere in order to start a guest with OpenGL support. > > The old way to do

[libvirt] [PATCH v2 12/12] spice: introduce listen type none

2016-05-11 Thread Pavel Hrdina
This new listen type is currently supported only by spice graphics. It's introduced to make it easier and clearer specify to not listen anywhere in order to start a guest with OpenGL support. The old way to do this was set spice graphics autoport='no' and don't specify any ports. The new way is