Re: [PATCH v5 2/7] ui/spice: Add an option for users to provide a preferred codec

2025-06-10 Thread Michael Scherle
On 10.06.25 14:20, Daniel P. Berrangé wrote: On Tue, Jun 10, 2025 at 03:30:24PM +0400, Marc-André Lureau wrote: Hi On Fri, Jun 6, 2025 at 11:16 AM Daniel P. Berrangé wrote: Apparently you cannot mix and match freely, it has a rather fixed set of actually working values. See here and relat

RE: [PATCH v4 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout

2025-05-27 Thread Michael Scherle
re: https://gitlab.uni-freiburg.de/opensourcevdi/qemu/-/commit/859d500761b35cc785fcadd9d554a78712309e88 Feel free to merge it into your patches if you want. Best regards, Michael Thanks, Vivek Best regards, Michael On 26.05.25 15:06, Michael Scherle wrote: Great to see this patch making

Re: [PATCH v4 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout

2025-05-26 Thread Michael Scherle
bove the #endif, not after it. Sorry about that oversight! Best regards, Michael On 26.05.25 15:06, Michael Scherle wrote: Great to see this patch making progress. I've tested it extensively, and unfortunately, I’ve noticed a memory leak in surface_gl_create_texture_from_fd(). The memor

[PATCH v4 5/7] ui/console-gl: Add a helper to create a texture with linear memory layout

2025-05-26 Thread Michael Scherle
Great to see this patch making progress. I've tested it extensively, and unfortunately, I’ve noticed a memory leak in surface_gl_create_texture_from_fd(). The memory leak is hard to see since the memory is owned by the gpu driver. On Intel hardware, it's possible to observe the leak using: ca