qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] vnc patches
@ 2014-03-10 12:49 Gerd Hoffmann
  2014-03-10 12:49 ` [Qemu-devel] [PULL 1/9] vnc: Fix tight_detect_smooth_image() for lossless case Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2014-03-10 12:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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(-)

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

end of thread, other threads:[~2014-03-11 11:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 12:49 [Qemu-devel] [PULL 0/9] vnc patches Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 1/9] vnc: Fix tight_detect_smooth_image() for lossless case Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 2/9] vnc: Fix qemu crashed when vnc client disconnect suddenly Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 3/9] vnc: fix use-after-free in vnc_update_client_sync Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 4/9] ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 5/9] ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 6/9] ui/vnc: optimize dirty bitmap tracking Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 7/9] ui/vnc: optimize clearing in find_and_clear_dirty_height() Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 8/9] ui/vnc: optimize setting in vnc_dpy_update() Gerd Hoffmann
2014-03-10 12:49 ` [Qemu-devel] [PULL 9/9] ui/vnc: disable adaptive update calculations if not needed Gerd Hoffmann
2014-03-11 11:37 ` [Qemu-devel] [PULL 0/9] vnc patches Peter Maydell

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).