[Qemu-devel] [PULL 0/2] ui patch queue

Gerd Hoffmann posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487597065-27023-1-git-send-email-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
include/ui/egl-helpers.h |  3 +--
qemu-options.hx          |  6 +++++-
ui/egl-helpers.c         | 14 +++++++++++---
ui/spice-core.c          |  5 ++++-
4 files changed, 21 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/2] ui patch queue
Posted by Gerd Hoffmann 7 years, 1 month ago
  Hi,

Two little patches for opengl support.

please pull,
  Gerd

The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-ui-20170220-1

for you to fetch changes up to 0ea1523fb6703aa0dcd65e66b59e96fec028e60a:

  egl-helpers: Support newer MESA versions (2017-02-20 12:46:09 +0100)

----------------------------------------------------------------
ui: opengl fixes, for spice and egl-helpers.

----------------------------------------------------------------
Frediano Ziglio (1):
      egl-helpers: Support newer MESA versions

Marc-André Lureau (1):
      spice: allow to specify drm rendernode

 include/ui/egl-helpers.h |  3 +--
 qemu-options.hx          |  6 +++++-
 ui/egl-helpers.c         | 14 +++++++++++---
 ui/spice-core.c          |  5 ++++-
 4 files changed, 21 insertions(+), 7 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ui patch queue
Posted by Peter Maydell 7 years, 1 month ago
On 20 February 2017 at 13:24, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Two little patches for opengl support.
>
> please pull,
>   Gerd
>
> The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-ui-20170220-1
>
> for you to fetch changes up to 0ea1523fb6703aa0dcd65e66b59e96fec028e60a:
>
>   egl-helpers: Support newer MESA versions (2017-02-20 12:46:09 +0100)
>
> ----------------------------------------------------------------
> ui: opengl fixes, for spice and egl-helpers.
>

Applied, thanks.

-- PMM