Re: [GIT PULL 0/9] Fixes for 11.1-rc

Marc-André Lureau <[email protected]> Tue, 4 Aug 2026 23:07:40 +0400
Newsgroups gmane.comp.emulators.qemu
Message-ID <CAJ+F1CKrjGRp=oqZbpphn8ZnV9kdChwTGVfb-2D4YaiaSnuO=A@mail.gmail.com>
Hi Stefan

On Tue, Aug 4, 2026 at 11:20 AM Marc-André Lureau
<[email protected]> wrote:
>
> The following changes since commit b428fe036233cbd15d37e3c027ab6ca4d3661a80:
>
>   Merge tag 'pull-target-arm-20260731' of https://gitlab.com/pm215/qemu into staging (2026-07-31 16:19:04 -0400)
>
> are available in the Git repository at:
>
>   https://gitlab.com/marcandre.lureau/qemu.git tags/fix-pr-v1
>
> for you to fetch changes up to 8876b366d7cac1f65978b8f8472725b980a1abfb:
>
>   qapi/dump: add allowed-by-guest feature to win-dmp (2026-08-04 11:18:43 +0400)

I see it's already in staging, can you drop it? I need to double check
the CVE#...

>
> ----------------------------------------------------------------
> Fixes for 11.1-rc
>
> Signed-off-by: Marc-André Lureau <[email protected]>
>
> ----------------------------------------------------------------
> Akihiko Odaki (1):
>       hw/display/virtio-gpu: Always reject invalid scanout bounds
>
> Ankur Saini (1):
>       virtio-gpu: reject requests with short/truncated control headers
>
> Bin Guo (1):
>       hw/display/virtio-gpu: Unmap DMA regions on reset
>
> Denis V. Lunev (1):
>       qapi/dump: add allowed-by-guest feature to win-dmp
>
> Marc-André Lureau (5):
>       hw/display/virtio-gpu: validate blob iov size
>       hw/display/vga: fix panning_buf OOB after text/graphics switch
>       vhost-user-gpu: fix integer overflow in buffer allocation
>       hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb
>       hw/display/virtio-gpu: drop redundant node->value NULL checks
>
>  qapi/dump.json                          |  9 +++-
>  contrib/vhost-user-gpu/vugpu.h          |  1 +
>  include/hw/virtio/virtio-gpu.h          |  8 ++++
>  contrib/vhost-user-gpu/vhost-user-gpu.c | 29 +++++++-----
>  contrib/vhost-user-gpu/vugbm.c          | 11 ++++-
>  hw/display/vga.c                        |  7 +--
>  hw/display/virtio-gpu-base.c            |  4 +-
>  hw/display/virtio-gpu-rutabaga.c        |  6 +++
>  hw/display/virtio-gpu-virgl.c           | 20 ++++-----
>  hw/display/virtio-gpu.c                 | 80 ++++++++++++++++++++++++---------
>  10 files changed, 126 insertions(+), 49 deletions(-)
>
>