qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/9] Misc VNC server code cleanups


From: Daniel P. Berrange
Subject: [Qemu-devel] [PATCH 0/9] Misc VNC server code cleanups
Date: Thu, 29 Sep 2016 16:45:31 +0100

This patches series should have no functional change, it is
just a series of cleanups I've accumulated for the VNC server.
It aims to remove misleading cruft and simplify some parts
to make future work I'm experimenting with easier.

Daniel P. Berrange (9):
  ui: remove misleading comment from vnc_init_state
  ui: remove 'enabled' and 'ws_enabled' fields from VncState
  ui: remove 'ws_tls' field from VncState
  ui: rename misleading 'VncDisplay' variables
  ui: refactor method for setting up VncDisplay auth types
  ui: remove bogus call to graphic_hw_update() in vnc_listen_io
  ui: remove bogus call to reset_keys() in vnc_init_state
  ui: move some initialization out of vnc_init_state
  ui: rename vnc_init_state to vnc_start_protocol

 ui/vnc-ws.c |   2 +-
 ui/vnc.c    | 410 +++++++++++++++++++++++++++---------------------------------
 ui/vnc.h    |   7 +-
 3 files changed, 189 insertions(+), 230 deletions(-)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]