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 00/10] ui patch queue
Date: Fri, 12 May 2017 13:51:25 +0200	[thread overview]
Message-ID: <20170512115135.17379-1-kraxel@redhat.com> (raw)

  Hi,

Here is the ui patch queue with some vnc cleanups, absolute event
support for input linux, egl bugfixes and the new eg-headless ui.

please pull,
  Gerd

The following changes since commit 76d20ea0f1b26ebd5da2f5fb2fdf3250cde887bb:

  Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging (2017-05-09 15:49:14 -0400)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-ui-20170512-1

for you to fetch changes up to 7c9209e7bfb8c09ab5a4cadaa84928d146874a05:

  vnc: replace hweight_long() with ctpopl() (2017-05-12 12:36:02 +0200)

----------------------------------------------------------------
ui: add egl-headless
ui: some vnc cleanups
ui: absolute events for input-linux

----------------------------------------------------------------
Cédric Le Goater (1):
      vnc: replace hweight_long() with ctpopl()

Gerd Hoffmann (6):
      virtio-gpu: move virtio_gpu_gl_block
      egl-helpers: drop support for gles and debug logging
      egl-helpers: fix display init for x11
      egl-helpers: add missing error check
      egl: explicitly ask for core context
      opengl: add egl-headless display

Philippe Voinov (2):
      ui: Support non-zero minimum values for absolute input axes
      ui: input-linux: Add absolute event support

Wei Qi (1):
      vnc: simple clean up

 include/hw/virtio/virtio-gpu.h |   1 +
 include/qemu/bitops.h          |  10 ---
 include/ui/console.h           |   3 +
 include/ui/egl-helpers.h       |   3 +-
 include/ui/input.h             |  11 +--
 hw/display/virtio-gpu-3d.c     |  16 +++++
 hw/display/virtio-gpu.c        |  18 +----
 hw/input/virtio-input-hid.c    |   6 +-
 ui/egl-context.c               |   7 +-
 ui/egl-headless.c              | 158 +++++++++++++++++++++++++++++++++++++++++
 ui/egl-helpers.c               |  88 +++++++++--------------
 ui/gtk-egl.c                   |   2 +-
 ui/gtk.c                       |   4 +-
 ui/input-linux.c               |  25 ++++++-
 ui/input.c                     |  31 +++++---
 ui/sdl.c                       |   4 +-
 ui/sdl2.c                      |   4 +-
 ui/spice-input.c               |   4 +-
 ui/vnc-enc-zrle.c              |   1 -
 ui/vnc.c                       |  10 +--
 vl.c                           |  16 +++++
 ui/Makefile.objs               |   1 +
 ui/cocoa.m                     |   4 +-
 23 files changed, 311 insertions(+), 116 deletions(-)
 create mode 100644 ui/egl-headless.c

             reply	other threads:[~2017-05-12 11:51 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-12 11:51 Gerd Hoffmann [this message]
2017-05-12 11:51 ` [Qemu-devel] [PULL 01/10] ui: Support non-zero minimum values for absolute input axes Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 02/10] ui: input-linux: Add absolute event support Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 03/10] virtio-gpu: move virtio_gpu_gl_block Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 04/10] egl-helpers: drop support for gles and debug logging Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 05/10] egl-helpers: fix display init for x11 Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 06/10] egl-helpers: add missing error check Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 07/10] egl: explicitly ask for core context Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 08/10] opengl: add egl-headless display Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 09/10] vnc: simple clean up Gerd Hoffmann
2017-05-12 11:51 ` [Qemu-devel] [PULL 10/10] vnc: replace hweight_long() with ctpopl() Gerd Hoffmann
2017-05-15 13:29 ` [Qemu-devel] [PULL 00/10] ui patch queue Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2017-01-31 13:41 Gerd Hoffmann
2017-01-31 14:00 ` Eric Blake

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=20170512115135.17379-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.