Commit f520fc4b04 for qemu.org

commit f520fc4b047a2ecd026afa4e71a4e22fce4ed4cb
Merge: c9dbd923f7 461632f0b1
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Wed Mar 18 09:17:07 2026 +0000

    Merge tag 'for-11.0-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging

    Gather various audio/ui/dump patches for 11.0-rc

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQIzBAABCgAdFiEEh6m9kz+HxgbSdvYt2ujhCXWWnOUFAmm5jPYACgkQ2ujhCXWW
    # nOWsxQ/+LOVsrCjxSQTI7Iygo8ICXBKwjBXOHA9g4PHMSZDD5B+WbCXLXRPfSwkj
    # y+zjJpv13pqXXNFKw0MoEz6kIRKFWYq1XbHLgkXt538QIEJ5h5tff0V8YGtk9U0H
    # D2ZwUBOWH7OW4VDCFg2BCYNrnC4y2wxFG7lSm5tbeJzkAogsLRDNPf5thvHgdS+U
    # oYP2g8WdXx5ZgX8/f9tvDApTPXjfg1eATLy8veSZWkgqaCL8pO5E436sVT+cPRii
    # aFQpiTPms6vutOtQpWLHv6Kvffvkk0A1zrdlRrvlEhhWT3v5sBvF5hVH/iEt+LIL
    # ldChBtJnzc40ujsdKHSmUV+foCnKQYuWSwzgJaxSg2Rp81yrVZ+L8nz3f8W/raPp
    # 5dWr+i6e80+2nUvDL3LA6HOJGz2JtQyaRXc4BgiwePEMKT6RfFW9V4mWRp4ItlRv
    # 3mWhGFjPRLEU8kOefAcT77epe1gwLdlpUH3ZjCqECZYUWNu5FjNjPQUZ1kxD3o0K
    # 7TyxLrZ6OH9b3mGhum17GBF0tAI3rkErriOxzjQF3UqMsFB9+OZlzQNfQRL/NnYw
    # NjmV8JMXRe2+tjxS1bfqcUanmKpxYqiDJPJaoWG08VHuhuXBydfhiOhrG61H1u3N
    # yoq5kb8XZ4LiSin+smSl5a9gCa7qZ17ceAAxuuCbItCXuHZ4nsk=
    # =K+XO
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue Mar 17 17:18:46 2026 GMT
    # gpg:                using RSA key 87A9BD933F87C606D276F62DDAE8E10975969CE5
    # gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>" [full]
    # gpg:                 aka "Marc-André Lureau <marcandre.lureau@gmail.com>" [full]
    # Primary key fingerprint: 87A9 BD93 3F87 C606 D276  F62D DAE8 E109 7596 9CE5

    * tag 'for-11.0-pull-request' of https://gitlab.com/marcandre.lureau/qemu:
      coreaudio: Initialize the buffer for device change
      audio: Add functions to initialize buffers
      coreaudio: Commit the result of init in the end
      coreaudio: Improve naming
      ui/surface: Avoid including epoxy/gl.h in header files
      ui/console: Remove DisplaySurface::mem_obj
      ui/console: Unify pixman-OpenGL format mapping
      dump: enhance dump_state_prepare fd initialization
      ui/gtk-egl: Ensure EGL surface is available before drawing
      ui/dbus-listener: remove dbus_filter on connection close
      ui/dbus-listener: Fix FBO leak in dbus_cursor_dmabuf
      virtio-gpu: use computed rowstride instead of deriving it from hostmem
      virtio-gpu: fix overflow check when allocating 2d image
      ui/vdagent: add migration blocker when machine version < 10.1
      rutabaga: improve error handling, fix potential crash during init
      audio/mixeng: drop some needless checks

    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>