From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL for-2.5 00/20] vnc: buffer code improvements, bugfixes.
Date: Mon, 16 Nov 2015 18:25:15 +0100 [thread overview]
Message-ID: <1447694735-3420-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here comes the vnc buffer pull request. Sorry, due to gsoc mentor
summit travel f*ckup (lufthansa on strike ...) I didn't manage to
prepare this in time for -rc0. Nevertheless I'd like to see this in
2.5 if it is fine with you. If not I'll go prepare a new pull with
the bugfixes only and defer the rest to the 2.6 devel cycle.
thanks,
Gerd
The following changes since commit 79cf9fad341e6e7bd6b55395b71d5c5727d7f5b0:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151103' into staging (2015-11-03 14:54:40 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-vnc-20151116-1
for you to fetch changes up to 382e1737d3467b76e8ade34b96afaae91509002e:
vnc: fix mismerge (2015-11-05 16:01:37 +0100)
----------------------------------------------------------------
vnc: buffer code improvements, bugfixes.
----------------------------------------------------------------
Gerd Hoffmann (15):
buffer: add buffer_init
buffer: add buffer_move_empty
buffer: add buffer_move
buffer: add buffer_shrink
buffer: add tracing
vnc: attach names to buffers
vnc: kill jobs queue buffer
vnc-jobs: move buffer reset, use new buffer move
vnc: zap dead code
vnc: add vnc_width+vnc_height helpers
vnc: factor out vnc_update_server_surface
vnc: use vnc_{width,height} in vnc_set_area_dirty
vnc: only alloc server surface with clients connected
vnc: fix local state init
vnc: fix mismerge
Peter Lieven (5):
buffer: make the Buffer capacity increase in powers of two
vnc: recycle empty vs->output buffer
buffer: factor out buffer_req_size
buffer: factor out buffer_adj_size
buffer: allow a buffer to shrink gracefully
include/qemu/buffer.h | 43 ++++++++++++++++++++
trace-events | 6 +++
ui/vnc-jobs.c | 34 +++++++++-------
ui/vnc.c | 94 ++++++++++++++++++++++++++++++------------
util/buffer.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 246 insertions(+), 41 deletions(-)
next reply other threads:[~2015-11-16 17:25 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 17:25 Gerd Hoffmann [this message]
2015-11-16 17:25 ` [Qemu-devel] [PULL 01/20] buffer: make the Buffer capacity increase in powers of two Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 02/20] buffer: add buffer_init Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 03/20] buffer: add buffer_move_empty Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 04/20] buffer: add buffer_move Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 05/20] buffer: add buffer_shrink Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 06/20] buffer: add tracing Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 07/20] vnc: attach names to buffers Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 08/20] vnc: kill jobs queue buffer Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 09/20] vnc-jobs: move buffer reset, use new buffer move Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 10/20] vnc: zap dead code Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 11/20] vnc: add vnc_width+vnc_height helpers Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 12/20] vnc: factor out vnc_update_server_surface Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 13/20] vnc: use vnc_{width, height} in vnc_set_area_dirty Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 14/20] vnc: only alloc server surface with clients connected Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 15/20] vnc: fix local state init Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 16/20] vnc: recycle empty vs->output buffer Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 17/20] buffer: factor out buffer_req_size Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 18/20] buffer: factor out buffer_adj_size Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 19/20] buffer: allow a buffer to shrink gracefully Gerd Hoffmann
2015-11-16 17:25 ` [Qemu-devel] [PULL 20/20] vnc: fix mismerge Gerd Hoffmann
2015-11-17 16:32 ` [Qemu-devel] [PULL for-2.5 00/20] vnc: buffer code improvements, bugfixes 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=1447694735-3420-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).