All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] ui/vnc: update optimizations
@ 2013-11-18  8:17 Peter Lieven
  2013-11-18  8:17 ` [Qemu-devel] [PATCH 1/3] ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro Peter Lieven
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peter Lieven @ 2013-11-18  8:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: corentincj, aliguori, Peter Lieven

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

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

end of thread, other threads:[~2013-11-19 14:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18  8:17 [Qemu-devel] [PATCH 0/3] ui/vnc: update optimizations Peter Lieven
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.