[Qemu-devel] [PULL 0/6] Queue/ui patches

Gerd Hoffmann posted 6 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170621132340.27686-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
include/ui/egl-helpers.h | 15 ++++++++++
include/ui/gtk.h         |  4 +--
include/ui/sdl2.h        |  8 +++--
ui/console.c             | 25 +---------------
ui/egl-headless.c        | 67 +++++++++++-------------------------------
ui/egl-helpers.c         | 76 ++++++++++++++++++++++++++++++++++++++++++++++++
ui/gtk-egl.c             | 36 +++++------------------
ui/gtk-gl-area.c         | 26 +++++------------
ui/input.c               |  1 -
ui/sdl2-gl.c             | 36 +++++------------------
ui/vnc.c                 |  1 -
11 files changed, 138 insertions(+), 157 deletions(-)
[Qemu-devel] [PULL 0/6] Queue/ui patches
Posted by Gerd Hoffmann 6 years, 9 months ago
The following changes since commit 8dfaf23ae1f2273a9730a9b309cc8471269bb524:

  tcg/tci: fix tcg-interpreter build (2017-06-20 18:39:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 95e92000c8b1e81fce6a7f54ef22656a94793096:

  ui: Remove inclusion of "hw/qdev.h" (2017-06-21 14:26:15 +0200)

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

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

Gerd Hoffmann (5):
  egl-helpers: add helpers to handle opengl framebuffers
  egl-headless: use framebuffer helper functions.
  sdl2: use framebuffer helper functions.
  gtk: use framebuffer helper functions.
  console: remove do_safe_dpy_refresh

Thomas Huth (1):
  ui: Remove inclusion of "hw/qdev.h"

 include/ui/egl-helpers.h | 15 ++++++++++
 include/ui/gtk.h         |  4 +--
 include/ui/sdl2.h        |  8 +++--
 ui/console.c             | 25 +---------------
 ui/egl-headless.c        | 67 +++++++++++-------------------------------
 ui/egl-helpers.c         | 76 ++++++++++++++++++++++++++++++++++++++++++++++++
 ui/gtk-egl.c             | 36 +++++------------------
 ui/gtk-gl-area.c         | 26 +++++------------
 ui/input.c               |  1 -
 ui/sdl2-gl.c             | 36 +++++------------------
 ui/vnc.c                 |  1 -
 11 files changed, 138 insertions(+), 157 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/6] Queue/ui patches
Posted by Peter Maydell 6 years, 9 months ago
On 21 June 2017 at 14:23, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 8dfaf23ae1f2273a9730a9b309cc8471269bb524:
>
>   tcg/tci: fix tcg-interpreter build (2017-06-20 18:39:15 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/queue/ui-pull-request
>
> for you to fetch changes up to 95e92000c8b1e81fce6a7f54ef22656a94793096:
>
>   ui: Remove inclusion of "hw/qdev.h" (2017-06-21 14:26:15 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM