All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv4 0/6] ui/vnc: update optimizations
@ 2014-01-08  9:08 Peter Lieven
  2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 1/6] ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro Peter Lieven
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Peter Lieven @ 2014-01-08  9:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: sw, Peter Lieven, xiawenc, aliguori

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

v3->v4: - patch 1,4,6 unchanged
        - patch 2: fix 2 missing changes from 16 -> VNC_DIRTY_PIXELS_PER_BIT [Wenchao]
        - patch 3: fixed missing roundup of width in vnc_dpy_switch [Wenchao]
        - patch 3: fixed x offset calculation in vnc_refresh_server_surface
        - patch 5: fixed missing roundup of width in vnc_dpy_update, cleaned up function
v2->v3: - fixed checkpatch warnings [Stefan]
        - fixed an old coding style violation [Stefan]
v1->v2: - new patches 2,4,5
        - patch3: added performance test [Anthony]
        - patch3: further optimized the vnc_update_client by searching for the next zero bit
          with find_next_zero_bit.
        - patch3: further optimized vnc_dpy_switch by using bitmap_set to mask bits dirty.

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.c |  206 +++++++++++++++++++++++++++++++++++---------------------------
 ui/vnc.h |   10 ++-
 2 files changed, 127 insertions(+), 89 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-02-03  9:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-08  9:08 [Qemu-devel] [PATCHv4 0/6] ui/vnc: update optimizations Peter Lieven
2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 1/6] ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro Peter Lieven
2014-01-09  4:44   ` Wenchao Xia
2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 2/6] ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT Peter Lieven
2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 3/6] ui/vnc: optimize dirty bitmap tracking Peter Lieven
2014-01-09  7:37   ` Wenchao Xia
2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 4/6] ui/vnc: optimize clearing in find_and_clear_dirty_height() Peter Lieven
2014-01-09  7:58   ` Wenchao Xia
2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 5/6] ui/vnc: optimize setting in vnc_dpy_update() Peter Lieven
2014-01-09  8:16   ` Wenchao Xia
2014-01-08  9:08 ` [Qemu-devel] [PATCHv4 6/6] ui/vnc: disable adaptive update calculations if not needed Peter Lieven
2014-01-09  8:29   ` Wenchao Xia
2014-01-09 16:25     ` Peter Lieven
2014-01-10  3:09       ` Wenchao Xia
2014-01-10 22:28         ` Peter Lieven
2014-01-13  2:42           ` Wenchao Xia
2014-01-13  8:27             ` Peter Lieven
2014-01-20  9:54 ` [Qemu-devel] [PATCHv4 0/6] ui/vnc: update optimizations Peter Lieven
2014-02-03  9:28 ` 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.