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

Gerd Hoffmann posted 10 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170512115135.17379-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
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
[Qemu-devel] [PULL 00/10] ui patch queue
Posted by Gerd Hoffmann 6 years, 11 months ago
  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

Re: [Qemu-devel] [PULL 00/10] ui patch queue
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Fri, May 12, 2017 at 01:51:25PM +0200, Gerd Hoffmann wrote:
>   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
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan