qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/3] Convert VNC server to QIOChannel
@ 2015-11-18 18:52 Daniel P. Berrange
  2015-11-18 18:52 ` [Qemu-devel] [PATCH v1 1/3] ui: convert VNC server to use QIOChannelSocket Daniel P. Berrange
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel P. Berrange @ 2015-11-18 18:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

This is an update of patches previously shown in an RFC posting

  RFC: https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg00829.html

This series depends on the previously posted series:

  "[PATCH v3 0/9] Introduce I/O channels framework"

This short series converts the VNC server to use the new
QIOChannel framework. This removes all the websocket protocol
code from the VNC server and further simplifies the TLS
handling in the VNC server

The conversion has been tested against the virt-viewer/
remote-viewer programs in the various TLS modes, and also
against the noVNC proxy websockets client with and without
TLS support.

Daniel P. Berrange (3):
  ui: convert VNC server to use QIOChannelSocket
  ui: convert VNC server to use QIOChannelTLS
  ui: convert VNC server to use QIOChannelWebsock

 ui/vnc-auth-sasl.c     |  57 ++++-
 ui/vnc-auth-vencrypt.c |  93 +++-----
 ui/vnc-jobs.c          |  20 +-
 ui/vnc-ws.c            | 400 ++++++--------------------------
 ui/vnc-ws.h            |  71 +-----
 ui/vnc.c               | 608 ++++++++++++++++++++++---------------------------
 ui/vnc.h               |  31 ++-
 7 files changed, 448 insertions(+), 832 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-15 10:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 18:52 [Qemu-devel] [PATCH v1 0/3] Convert VNC server to QIOChannel Daniel P. Berrange
2015-11-18 18:52 ` [Qemu-devel] [PATCH v1 1/3] ui: convert VNC server to use QIOChannelSocket Daniel P. Berrange
2015-11-18 18:52 ` [Qemu-devel] [PATCH v1 2/3] ui: convert VNC server to use QIOChannelTLS Daniel P. Berrange
2015-11-18 18:53 ` [Qemu-devel] [PATCH v1 3/3] ui: convert VNC server to use QIOChannelWebsock Daniel P. Berrange
2015-12-15 10:35 ` [Qemu-devel] [PATCH v1 0/3] Convert VNC server to QIOChannel Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).