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

2015-01-22 Thread Gerd Hoffmann
Add websockets bool to VncBasicInfo, report websocket server sockets, flag websocket client connections. Signed-off-by: Gerd Hoffmann --- qapi-schema.json | 5 - ui/vnc.c | 15 --- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/qapi-schema.json b/qapi-sc

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

2014-12-19 Thread Eric Blake
On 12/19/2014 02:04 AM, Gerd Hoffmann wrote: > Add websockets bool to VncBasicInfo, report websocket server sockets, > flag websocket client connections. > > Signed-off-by: Gerd Hoffmann > --- > qapi-schema.json | 5 - > ui/vnc.c | 15 --- > 2 files changed, 16 insertion

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

2014-12-19 Thread Markus Armbruster
Copying Eric again, even though the QAPI schema change here is pretty trivial. Gerd Hoffmann writes: > Add websockets bool to VncBasicInfo, report websocket server sockets, > flag websocket client connections. > > Signed-off-by: Gerd Hoffmann > --- > qapi-schema.json | 5 - > ui/vnc.c

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

2014-12-19 Thread Gerd Hoffmann
Add websockets bool to VncBasicInfo, report websocket server sockets, flag websocket client connections. Signed-off-by: Gerd Hoffmann --- qapi-schema.json | 5 - ui/vnc.c | 15 --- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/qapi-schema.json b/qapi-sc