Re: [libvirt] [PATCH v2 1/2] Add VNC WebSocket support

2013-05-13 Thread Martin Kletzander
On 05/10/2013 03:19 PM, Martin Kletzander wrote: > On 04/30/2013 06:21 PM, Eric Blake wrote: >> On 04/30/2013 09:18 AM, John Ferlan wrote: >>> On 04/30/2013 10:42 AM, Martin Kletzander wrote: Adding support for new attribute 'websocket' in the '' element, the attribute value is the port t

Re: [libvirt] [PATCH v2 1/2] Add VNC WebSocket support

2013-05-13 Thread Martin Kletzander
On 04/30/2013 06:21 PM, Eric Blake wrote: > On 04/30/2013 09:18 AM, John Ferlan wrote: >> On 04/30/2013 10:42 AM, Martin Kletzander wrote: >>> Adding support for new attribute 'websocket' in the '' >>> element, the attribute value is the port to listen on with '-1' >>> meaning auto-allocation, '0'

Re: [libvirt] [PATCH v2 1/2] Add VNC WebSocket support

2013-05-10 Thread Martin Kletzander
On 04/30/2013 06:21 PM, Eric Blake wrote: > On 04/30/2013 09:18 AM, John Ferlan wrote: >> On 04/30/2013 10:42 AM, Martin Kletzander wrote: >>> Adding support for new attribute 'websocket' in the '' >>> element, the attribute value is the port to listen on with '-1' >>> meaning auto-allocation, '0'

Re: [libvirt] [PATCH v2 1/2] Add VNC WebSocket support

2013-04-30 Thread Eric Blake
On 04/30/2013 09:18 AM, John Ferlan wrote: > On 04/30/2013 10:42 AM, Martin Kletzander wrote: >> Adding support for new attribute 'websocket' in the '' >> element, the attribute value is the port to listen on with '-1' >> meaning auto-allocation, '0' meaning no websockets. >> >> Signed-off-by: Mart

Re: [libvirt] [PATCH v2 1/2] Add VNC WebSocket support

2013-04-30 Thread John Ferlan
On 04/30/2013 10:42 AM, Martin Kletzander wrote: > Adding support for new attribute 'websocket' in the '' > element, the attribute value is the port to listen on with '-1' > meaning auto-allocation, '0' meaning no websockets. > > Signed-off-by: Martin Kletzander > --- > docs/formatdomain.html.in

[libvirt] [PATCH v2 1/2] Add VNC WebSocket support

2013-04-30 Thread Martin Kletzander
Adding support for new attribute 'websocket' in the '' element, the attribute value is the port to listen on with '-1' meaning auto-allocation, '0' meaning no websockets. Signed-off-by: Martin Kletzander --- docs/formatdomain.html.in | 5 + docs/schemas/domaincommon.rng | 5 + src/