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

2013-05-15 Thread Martin Kletzander
On 05/13/2013 08:38 PM, John Ferlan wrote: > On 05/13/2013 09:10 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 v3 1/2] Add VNC WebSocket support

2013-05-13 Thread John Ferlan
On 05/13/2013 09:10 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 v3 1/2] Add VNC WebSocket support

2013-05-13 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/