[Qemu-devel] [PATCH 2/4] egl-headless: use framebuffer helper functions.

2017-06-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- ui/egl-headless.c | 67 ++- 1 file changed, 17 insertions(+), 50 deletions(-) diff --git a/ui/egl-headless.c b/ui/egl-headless.c index d8d800f8a6..809bfde99c 100644 --- a/ui/egl-headless.c +++ b/ui/egl-headless.

Re: [Qemu-devel] [PATCH 2/4] egl-headless: use framebuffer helper functions.

2017-06-12 Thread Gerd Hoffmann
On Wed, 2017-06-07 at 21:02 +, Marc-André Lureau wrote: > Hi > > The patch looks good to me, but I tried to use egl-headless for the > first time, and I get a weird crash on virgl init: > (gdb) bt > #0  0x7fffd8cd935f in rawmemchr () at /lib64/libc.so.6 > #1  0x7fffd8cc1832 in _IO_str_

Re: [Qemu-devel] [PATCH 2/4] egl-headless: use framebuffer helper functions.

2017-06-07 Thread Marc-André Lureau
Hi The patch looks good to me, but I tried to use egl-headless for the first time, and I get a weird crash on virgl init: (gdb) bt #0 0x7fffd8cd935f in rawmemchr () at /lib64/libc.so.6 #1 0x7fffd8cc1832 in _IO_str_init_static_internal () at /lib64/libc.so.6 #2 0x7fffd8cb37e7 in vssc

[Qemu-devel] [PATCH 2/4] egl-headless: use framebuffer helper functions.

2017-06-06 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- ui/egl-headless.c | 67 ++- 1 file changed, 17 insertions(+), 50 deletions(-) diff --git a/ui/egl-headless.c b/ui/egl-headless.c index d8d800f8a6..809bfde99c 100644 --- a/ui/egl-headless.c +++ b/ui/egl-headless.