All of lore.kernel.org
 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/4] Ui 20190919 patches
Date: Thu, 19 Sep 2019 09:09:14 +0200	[thread overview]
Message-ID: <20190919070918.16059-1-kraxel@redhat.com> (raw)

The following changes since commit 89ea03a7dc83ca36b670ba7f787802791fcb04b1:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/m68k-pull-2019-09-07' into staging (2019-09-09 09:48:34 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20190919-pull-request

for you to fetch changes up to 6bf21f3d83e95bcc4ba35a7a07cc6655e8b010b0:

  vnc: fix memory leak when vnc disconnect (2019-09-17 13:45:10 +0200)

----------------------------------------------------------------
ui: add barrier client.
ui: bugfixes for vnc & egl.

----------------------------------------------------------------

Gerd Hoffmann (2):
  ui/egl: fix framebuffer reads
  vnc: fix websocket field in events

Laurent Vivier (1):
  ui: add an embedded Barrier client

Li Qiang (1):
  vnc: fix memory leak when vnc disconnect

 docs/barrier.txt         | 370 +++++++++++++++++++
 include/ui/egl-helpers.h |   2 +-
 ui/input-barrier.h       | 112 ++++++
 ui/vnc.h                 |   4 +-
 ui/egl-headless.c        |   4 +-
 ui/egl-helpers.c         |   6 +-
 ui/input-barrier.c       | 750 +++++++++++++++++++++++++++++++++++++++
 ui/vnc-enc-tight.c       | 219 ++++++------
 ui/vnc-enc-zlib.c        |  11 +-
 ui/vnc-enc-zrle.c        |  68 ++--
 ui/vnc-enc-zrle.inc.c    |   2 +-
 ui/vnc.c                 |  29 +-
 ui/Makefile.objs         |   1 +
 13 files changed, 1409 insertions(+), 169 deletions(-)
 create mode 100644 docs/barrier.txt
 create mode 100644 ui/input-barrier.h
 create mode 100644 ui/input-barrier.c

-- 
2.18.1



             reply	other threads:[~2019-09-19  7:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19  7:09 Gerd Hoffmann [this message]
2019-09-19  7:09 ` [Qemu-devel] [PULL 1/4] ui/egl: fix framebuffer reads Gerd Hoffmann
2019-09-19  7:09 ` [Qemu-devel] [PULL 2/4] vnc: fix websocket field in events Gerd Hoffmann
2019-09-19  7:09 ` [Qemu-devel] [PULL 3/4] ui: add an embedded Barrier client Gerd Hoffmann
2019-09-19  7:09 ` [Qemu-devel] [PULL 4/4] vnc: fix memory leak when vnc disconnect Gerd Hoffmann
2019-09-19  7:31   ` Li Qiang
2019-09-19 10:13 ` [Qemu-devel] [PULL 0/4] Ui 20190919 patches Peter Maydell
2019-09-19 11:48   ` Gerd Hoffmann
2019-09-19 17:10 ` Peter Maydell
2019-09-19 21:45 ` no-reply

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=20190919070918.16059-1-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 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.