qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/10] ui patch queue


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 00/10] ui patch queue
Date: Fri, 12 May 2017 13:51:25 +0200

  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 via email to

[Prev in Thread] Current Thread [Next in Thread]