Re: [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead

2024-05-15 Thread Richard Henderson
On 5/15/24 14:42, Cédric Le Goater wrote: On 5/15/24 14:38, Richard Henderson wrote: On 5/14/24 15:17, marcandre.lur...@redhat.com wrote: --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -70,6 +70,7 @@ void gd_egl_draw(VirtualConsole *vc)   QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf;   #endif    

Re: [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead

2024-05-15 Thread Cédric Le Goater
On 5/15/24 14:38, Richard Henderson wrote: On 5/14/24 15:17, marcandre.lur...@redhat.com wrote: --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -70,6 +70,7 @@ void gd_egl_draw(VirtualConsole *vc)   QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf;   #endif   int ww, wh, ws; +    int fence_fd;  

Re: [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead

2024-05-15 Thread Richard Henderson
On 5/14/24 15:17, marcandre.lur...@redhat.com wrote: --- a/ui/gtk-egl.c +++ b/ui/gtk-egl.c @@ -70,6 +70,7 @@ void gd_egl_draw(VirtualConsole *vc) QemuDmaBuf *dmabuf = vc->gfx.guest_fb.dmabuf; #endif int ww, wh, ws; +int fence_fd; if (!vc->gfx.gls) { return; @