Re: [PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Kirill Shchetiniuk via Devel
On Mon, Apr 28, 2025 at 02:40:49PM +0200, Peter Krempa wrote: > On Mon, Apr 28, 2025 at 12:22:22 +0200, Kirill Shchetiniuk via Devel wrote: > > From: Kirill Shchetiniuk > > > > Introduce GTK display support with OpenGL for the QEMU driver. > > > > - Add new XML options for GTK display type. > >

Re: [PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Kirill Shchetiniuk via Devel
On Mon, Apr 28, 2025 at 12:33:19PM +0200, Peter Krempa wrote: > On Mon, Apr 28, 2025 at 12:22:22 +0200, Kirill Shchetiniuk via Devel wrote: > > From: Kirill Shchetiniuk > > > > Introduce GTK display support with OpenGL for the QEMU driver. > > > > - Add new XML options for GTK display type. > >

Re: [PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Peter Krempa via Devel
On Mon, Apr 28, 2025 at 12:22:22 +0200, Kirill Shchetiniuk via Devel wrote: > From: Kirill Shchetiniuk > > Introduce GTK display support with OpenGL for the QEMU driver. > > - Add new XML options for GTK display type. > - Include capability flags for the QEMU driver. > > Note: The `QEMU_CAPS_

Re: [PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Peter Krempa via Devel
On Mon, Apr 28, 2025 at 12:57:42 +0200, Peter Krempa via Devel wrote: > On Mon, Apr 28, 2025 at 12:33:19 +0200, Peter Krempa via Devel wrote: > > On Mon, Apr 28, 2025 at 12:22:22 +0200, Kirill Shchetiniuk via Devel wrote: [...] > Since the 'gtk' backend in support was introduced predating qemu-2.

Re: [PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Peter Krempa via Devel
On Mon, Apr 28, 2025 at 12:33:19 +0200, Peter Krempa via Devel wrote: > On Mon, Apr 28, 2025 at 12:22:22 +0200, Kirill Shchetiniuk via Devel wrote: > > From: Kirill Shchetiniuk > > > > Introduce GTK display support with OpenGL for the QEMU driver. > > > > - Add new XML options for GTK display t

Re: [PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Peter Krempa via Devel
On Mon, Apr 28, 2025 at 12:22:22 +0200, Kirill Shchetiniuk via Devel wrote: > From: Kirill Shchetiniuk > > Introduce GTK display support with OpenGL for the QEMU driver. > > - Add new XML options for GTK display type. > - Include capability flags for the QEMU driver. > > Note: The `QEMU_CAPS_

[PATCH] qemu: Add GTK display with OpenGL support

2025-04-28 Thread Kirill Shchetiniuk via Devel
From: Kirill Shchetiniuk Introduce GTK display support with OpenGL for the QEMU driver. - Add new XML options for GTK display type. - Include capability flags for the QEMU driver. Note: The `QEMU_CAPS_GTK_GL` flag cannot yet be checked, so device definition validation is incomplete. A placeho