qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/9] vnc patches
Date: Mon, 10 Mar 2014 13:49:04 +0100	[thread overview]
Message-ID: <1394455753-13783-1-git-send-email-kraxel@redhat.com> (raw)

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

             reply	other threads:[~2014-03-10 12:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10 12:49 Gerd Hoffmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1394455753-13783-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).