mbox

[PULL,0/6] Queue/ui patches

Message ID 20170621132340.27686-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann June 21, 2017, 1:23 p.m. UTC
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(-)

Comments

Peter Maydell June 22, 2017, 1:32 p.m. UTC | #1
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