[Qemu-devel] [PULL 0/3] Ui 20180626 patches

Gerd Hoffmann posted 3 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180626135625.7078-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 failed
Test s390x passed
include/ui/egl-helpers.h |  7 +++---
include/ui/gtk.h         |  2 +-
ui/egl-context.c         | 11 ++++++++--
ui/egl-headless.c        |  3 ++-
ui/egl-helpers.c         | 55 ++++++++++++++++++++++++++++++++++--------------
ui/gtk-egl.c             |  4 ++--
ui/gtk.c                 |  7 ++----
ui/sdl2.c                | 14 ++++++------
ui/spice-core.c          |  3 ++-
9 files changed, 68 insertions(+), 38 deletions(-)
[Qemu-devel] [PULL 0/3] Ui 20180626 patches
Posted by Gerd Hoffmann 7 years, 4 months ago
The following changes since commit 595123df1d54ed8fbab9e1a73d5a58c5bb71058f:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2018-06-26 09:45:14 +0100)

are available in the git repository at:

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

for you to fetch changes up to 49213b721f4620364aa09142b5f4d559fed26b53:

  sdl2: add checking for NULL (2018-06-26 13:48:49 +0200)

----------------------------------------------------------------
ui: sdl2 fixes, gles support.

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

Gerd Hoffmann (1):
  Add gles support to egl-helpers, wire up in egl-headless and gtk.

Pavel Dovgalyuk (2):
  sdl2: fix copypaste issues
  sdl2: add checking for NULL

 include/ui/egl-helpers.h |  7 +++---
 include/ui/gtk.h         |  2 +-
 ui/egl-context.c         | 11 ++++++++--
 ui/egl-headless.c        |  3 ++-
 ui/egl-helpers.c         | 55 ++++++++++++++++++++++++++++++++++--------------
 ui/gtk-egl.c             |  4 ++--
 ui/gtk.c                 |  7 ++----
 ui/sdl2.c                | 14 ++++++------
 ui/spice-core.c          |  3 ++-
 9 files changed, 68 insertions(+), 38 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Ui 20180626 patches
Posted by Peter Maydell 7 years, 4 months ago
On 26 June 2018 at 14:56, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 595123df1d54ed8fbab9e1a73d5a58c5bb71058f:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2018-06-26 09:45:14 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180626-pull-request
>
> for you to fetch changes up to 49213b721f4620364aa09142b5f4d559fed26b53:
>
>   sdl2: add checking for NULL (2018-06-26 13:48:49 +0200)
>
> ----------------------------------------------------------------
> ui: sdl2 fixes, gles support.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   Add gles support to egl-helpers, wire up in egl-headless and gtk.
>
> Pavel Dovgalyuk (2):
>   sdl2: fix copypaste issues
>   sdl2: add checking for NULL
>
Applied, thanks.

-- PMM