Re: [Qemu-devel] [PATCH v3] Add SPICE support to add_client monitor command

2012-02-15 Thread Luiz Capitulino
On Mon, 13 Feb 2012 13:43:08 + "Daniel P. Berrange" wrote: > From: "Daniel P. Berrange" > > With the acceptance of some new APIs to libspice-server.so it > is possible to add support for SPICE to the 'add_client' > monitor command, bringing parity with VNC. Since SPICE can > use TLS or plai

Re: [Qemu-devel] [PATCH v3] Add SPICE support to add_client monitor command

2012-02-15 Thread Gerd Hoffmann
On 02/13/12 14:43, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > With the acceptance of some new APIs to libspice-server.so it > is possible to add support for SPICE to the 'add_client' > monitor command, bringing parity with VNC. Since SPICE can > use TLS or plain connections, the c

[Qemu-devel] [PATCH v3] Add SPICE support to add_client monitor command

2012-02-13 Thread Daniel P. Berrange
From: "Daniel P. Berrange" With the acceptance of some new APIs to libspice-server.so it is possible to add support for SPICE to the 'add_client' monitor command, bringing parity with VNC. Since SPICE can use TLS or plain connections, the command also gains a new 'tls' parameter to specify whethe