qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Lieven <pl@kamp.de>
To: qemu-devel@nongnu.org
Cc: corentincj@iksaif.net, aliguori@us.ibm.com, Peter Lieven <pl@kamp.de>
Subject: [Qemu-devel] [PATCH 0/3] ui/vnc: update optimizations
Date: Mon, 18 Nov 2013 09:17:18 +0100	[thread overview]
Message-ID: <1384762641-18297-1-git-send-email-pl@kamp.de> (raw)

this series includes 2 optimizations for the ui/vnc guest to server and server to client
update cycles. comments/reviews appreciated.

Peter

Peter Lieven (3):
  ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro
  ui/vnc: optimize dirty bitmap tracking
  ui/vnc: disable adaptive update calculations if not needed

 ui/vnc.c |  172 +++++++++++++++++++++++++++++++++++++++++---------------------
 ui/vnc.h |    9 +++-
 2 files changed, 121 insertions(+), 60 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2013-11-18  8:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-18  8:17 Peter Lieven [this message]
2013-11-18  8:17 ` [Qemu-devel] [PATCH 1/3] ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro Peter Lieven
2013-11-18  8:17 ` [Qemu-devel] [PATCH 2/3] ui/vnc: optimize dirty bitmap tracking Peter Lieven
2013-11-18 16:27   ` Anthony Liguori
2013-11-18 19:55     ` Peter Lieven
2013-11-19 13:48     ` Peter Lieven
2013-11-19 14:06       ` Peter Lieven
2013-11-18  8:17 ` [Qemu-devel] [PATCH 3/3] ui/vnc: disable adaptive update calculations if not needed Peter Lieven

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=1384762641-18297-1-git-send-email-pl@kamp.de \
    --to=pl@kamp.de \
    --cc=aliguori@us.ibm.com \
    --cc=corentincj@iksaif.net \
    --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).