Hi, Picked up a collection of vnc patches send to the list over the last months. Reviewed, picked into a branch, smoke-tested. Here is the pull req for them.
If anyone has pending vnc bits not included here please resend & Cc /me. please pull, Gerd The following changes since commit f53f3d0a00b6df39ce8dfca942608e5b6a9a4f71: Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (2014-03-08 12:38:43 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-vnc-1 for you to fetch changes up to e22492d332c5c80ea8cb1755c29ca9b6240c7716: ui/vnc: disable adaptive update calculations if not needed (2014-03-10 12:35:04 +0100) ---------------------------------------------------------------- vnc dirty tracking optinizations. various vnc bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (1): vnc: fix use-after-free in vnc_update_client_sync Gonglei (Arei) (1): vnc: Fix qemu crashed when vnc client disconnect suddenly Markus Armbruster (1): vnc: Fix tight_detect_smooth_image() for lossless case Peter Lieven (6): ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT ui/vnc: optimize dirty bitmap tracking ui/vnc: optimize clearing in find_and_clear_dirty_height() ui/vnc: optimize setting in vnc_dpy_update() ui/vnc: disable adaptive update calculations if not needed ui/vnc-enc-tight.c | 2 +- ui/vnc-jobs.c | 5 ++ ui/vnc.c | 227 +++++++++++++++++++++++++++++------------------------ ui/vnc.h | 10 ++- 4 files changed, 141 insertions(+), 103 deletions(-)