Re: [Qemu-devel] [PATCH v2 10/10] monitor: add vnc websockets

2014-12-11 Thread Gerd Hoffmann
+# @websocket: #optional true in case the socket is a websocket (since 2.2). s/2.2/2.3/ Fixed. Is it optional because you omit it when false? Why not just always output the bool, so that clients know they are talking to a new-enough qemu that knows about websockets (and this is

[Qemu-devel] [PATCH v2 10/10] monitor: add vnc websockets

2014-12-10 Thread Gerd Hoffmann
Add websockets bool to VncBasicInfo, report websocket server sockets, flag websocket client connections. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- qapi-schema.json | 5 - ui/vnc.c | 14 -- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git

Re: [Qemu-devel] [PATCH v2 10/10] monitor: add vnc websockets

2014-12-10 Thread Eric Blake
On 12/10/2014 02:37 AM, Gerd Hoffmann wrote: Add websockets bool to VncBasicInfo, report websocket server sockets, flag websocket client connections. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- qapi-schema.json | 5 - ui/vnc.c | 14 -- 2 files changed, 16