28.05.2023 16:19, marcandre.lur...@redhat.com wrote:
https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request ---------------------------------------------------------------- UI queue - virtio: add virtio-multitouch device - sdl: various keyboard grab fixes - gtk: enable multi-touch events - misc fixes
From the patch description it looks like quite a few patches should be applied to -stable: 01/19 ui/gtk: fix passing y0_top parameter to scanout 02/19 ui/gtk: use widget size for cursor motion event 03/19 ui/gtk-egl: fix scaling for cursor position in scanout mode 04/19 ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed 05/19 ui/dbus: fix compilation when GBM && !OPENGL 10/19 ui/sdl2: Grab Alt+Tab also in fullscreen mode 11/19 ui/sdl2: Grab Alt+F4 also under Windows 12/19 ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows This one is questionable because while it (apparently) fixes an issue, it uses somewhat undocumented way to do that: 06/19 win32: wrap socket close() with an exception handler Am I right about the -stable thing? Please add "Cc: qemu-sta...@nongnu.org" tag for subsequent patches which you think are worth to backport to previous/stable qemu release(s). Thanks! /mjt
---------------------------------------------------------------- Bernhard Beschow (2): ui/sdl2: Grab Alt+Tab also in fullscreen mode ui/sdl2: Grab Alt+F4 also under Windows Erico Nunes (3): ui/gtk: fix passing y0_top parameter to scanout ui/gtk: use widget size for cursor motion event ui/gtk-egl: fix scaling for cursor position in scanout mode Marc-AndrĂ© Lureau (6): ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed ui/dbus: fix compilation when GBM && !OPENGL win32: wrap socket close() with an exception handler virtio-gpu: add a FIXME for virtio_gpu_load() gtk: add gl-area support on win32 ui/dbus: add a FIXME about texture/dmabuf scanout handling Mauro Matteo Cascella (1): ui/cursor: make width/height unsigned 16-bit integer Sergio Lopez (6): virtio-input: generalize virtio_input_key_config() ui: add the infrastructure to support MT events virtio-input: add a virtio-mulitouch device virtio-input-pci: add virtio-multitouch-pci ui: add helpers for virtio-multitouch events ui/gtk: enable backend to send multi-touch events Volker RĂ¼melin (1): ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on Windows