[PULL 0/2] virtio-gpu hotfixes

Alex Bennée posted 2 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260423151946.1853943-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
hw/display/virtio-gpu-virgl.c | 6 +++---
ui/sdl2.c                     | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
[PULL 0/2] virtio-gpu hotfixes
Posted by Alex Bennée 1 month, 1 week ago
The following changes since commit 98b060da3a4f92b2a994ead5b16a87e783baf77c:

  Update version for v11.0.0 release (2026-04-21 16:28:47 +0100)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-11.1-virtio-gpu-hotfixes-230426-1

for you to fetch changes up to 30fad722ce68316d22b926ba0e6017f0440465df:

  hw/display: don't accidentally autofree existing virgl resources (2026-04-23 16:13:53 +0100)

----------------------------------------------------------------
virtio-gpu fixes:

  - fix build on Windows due to EGL assumption
  - fix use-after-free on virgl resource

----------------------------------------------------------------
Alex Bennée (1):
      hw/display: don't accidentally autofree existing virgl resources

Anthony Roberts (1):
      ui/sdl2: Fix assumption of EGL presence at runtime

 hw/display/virtio-gpu-virgl.c | 6 +++---
 ui/sdl2.c                     | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.47.3


Re: [PULL 0/2] virtio-gpu hotfixes
Posted by Stefan Hajnoczi 1 month ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.