[Qemu-devel] [PULL 0/1] ui: egl-headless requires dmabuf support

Gerd Hoffmann posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170519084830.2674-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
vl.c             | 4 ++--
ui/Makefile.objs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] ui: egl-headless requires dmabuf support
Posted by Gerd Hoffmann 6 years, 11 months ago
  Hi,

Little single-patch pull request to fix a build issue.

please pull,
  Gerd

The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:

  Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 371ec54e9f8415cd74af45acdcf67b413f50cce5:

  ui: egl-headless requires dmabuf support (2017-05-19 10:46:00 +0200)

----------------------------------------------------------------
ui: egl-headless requires dmabuf support

----------------------------------------------------------------
Gerd Hoffmann (1):
      ui: egl-headless requires dmabuf support

 vl.c             | 4 ++--
 ui/Makefile.objs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PULL 0/1] ui: egl-headless requires dmabuf support
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Fri, May 19, 2017 at 10:48:29AM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> Little single-patch pull request to fix a build issue.
> 
> please pull,
>   Gerd
> 
> The following changes since commit 56821559f0ba682fe6b367815572e6f974d329ab:
> 
>   Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging (2017-05-18 13:36:15 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu tags/pull-ui-20170519-1
> 
> for you to fetch changes up to 371ec54e9f8415cd74af45acdcf67b413f50cce5:
> 
>   ui: egl-headless requires dmabuf support (2017-05-19 10:46:00 +0200)
> 
> ----------------------------------------------------------------
> ui: egl-headless requires dmabuf support
> 
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       ui: egl-headless requires dmabuf support
> 
>  vl.c             | 4 ++--
>  ui/Makefile.objs | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 

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

Stefan