Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190115115047.39326-1-alex.kana...@gmail.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-16 Thread Alexander Kanavin
On Wed, 16 Jan 2019 at 12:10, Philippe Mathieu-Daudé wrote: > >> we build mesa explicitly using "--with-platforms='drm surfaceless'" > >> (x11 is not in the list), which means MESA_EGL_NO_X11_HEADERS is > >> indeed defined according to [1]. We also enable opengl and gtk in > >> qemu. > > > > Hmm,

Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-16 Thread Philippe Mathieu-Daudé
On 1/16/19 6:53 AM, Gerd Hoffmann wrote: > On Tue, Jan 15, 2019 at 09:47:08PM +0100, Alexander Kanavin wrote: >> On Tue, 15 Jan 2019 at 20:58, Philippe Mathieu-Daudé >> wrote: >>> Cc'ing Gerd (the maintainer) and Marc-André. >>> | EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window

Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-15 Thread Gerd Hoffmann
On Tue, Jan 15, 2019 at 09:47:08PM +0100, Alexander Kanavin wrote: > On Tue, 15 Jan 2019 at 20:58, Philippe Mathieu-Daudé > wrote: > > Cc'ing Gerd (the maintainer) and Marc-André. > > > > > | EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win); > > > |

Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-15 Thread Alexander Kanavin
On Tue, 15 Jan 2019 at 20:58, Philippe Mathieu-Daudé wrote: > Cc'ing Gerd (the maintainer) and Marc-André. > > On 1/15/19 12:50 PM, Alexander Kanavin wrote: > > Otherwise these errors occur, when qemu is built in the Yocto project: > > | In file included from > > /home/alexander/development/poky/

Re: [Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-15 Thread Philippe Mathieu-Daudé
Hi Alexander, Cc'ing Gerd (the maintainer) and Marc-André. On 1/15/19 12:50 PM, Alexander Kanavin wrote: > Otherwise these errors occur, when qemu is built in the Yocto project: > | In file included from > /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linu

[Qemu-devel] [PATCH] egl-helpers.h: add a missing X11 include

2019-01-15 Thread Alexander Kanavin
Otherwise these errors occur, when qemu is built in the Yocto project: | In file included from /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/3.1.0-r0/qemu-3.1.0/include/ui/egl-context.h:5, | from /home/alexander/develop