[Stable-11.1.2 00/56] Patch Round-up for stable 11.1.2, freeze on 2026-09-26

Michael Tokarev posted 56 patches 1 week, 3 days ago
Only 48 patches received!
[Stable-11.1.2 00/56] Patch Round-up for stable 11.1.2, freeze on 2026-09-26
Posted by Michael Tokarev 1 week, 3 days ago
The following patches are queued for QEMU stable v11.1.2:

  https://gitlab.com/qemu-project/qemu/-/commits/staging-11.1

Patch freeze is 2026-09-26, and the release is planned for 2026-09-28:

  https://wiki.qemu.org/Planning/11.1

Please respond here or CC qemu-stable@nongnu.org on any additional patches
you think should (or shouldn't) be included in the release.

The changes which are staging for inclusion, with the original commit hash
from master branch, are given below the bottom line.

Thanks!

/mjt

--------------------------------------
01 ab7183ed4eec Marc-André Lureau:
   hw/display/qxl: validate primary surface stride against width
02 eb2b3a1fa807 Marc-André Lureau:
   virtio-gpu: use g_try_malloc to avoid guest-triggered abort
03 0e62034ca10f Marc-André Lureau:
   crypto: fix build against nettle >= 4
04 ddf5738503e2 Fabiano Rosas:
   chardev: Don't unregister yank upon async path connection failure
05 418396be8013 Warisjeet Singh:
   hw/display/vga: fix text-mode OOB write after a graphics surface switch
06 0846740652d1 Christian Quante:
   hw/input/ps2: answer unknown mouse commands with a resend
07 2667133c2799 Denis V. Lunev:
   job: keep job paused across overlapping pause requests
08 438ee08bc97a Denis V. Lunev:
   tests/unit/test-blockjob: cover keeping a job paused while a pause is 
   pending
09 59ecd8a1ac3f Denis V. Lunev:
   block/monitor: reject persistent bitmap add on a read-only node
10 3f3f5cdb929e Denis V. Lunev:
   migration/block-dirty-bitmap: reject bitmap load onto ro node
11 9a77ef813f5f Denis V. Lunev:
   block/monitor: allow dropping a bitmap never stored on disk
12 dc04053687ec Denis V. Lunev:
   dirty-bitmap: fix integer overflow in serialization coverage
13 d7913fac7747 Christian Borntraeger:
   s390x/sclp: pv: only copy the original SCCB buffer
14 6c712a86f6c8 Denis V. Lunev:
   hw/ide: reject an unsupported CHS translation
15 0905ef5b6d48 Denis V. Lunev:
   tests/qtest/ide-test: cover a CHS translation with zero sectors
16 0df27c66dc72 Denis V. Lunev:
   hw/ide: report the default CHS translation in IDENTIFY DEVICE
17 7df9aa5f6d60 Xie Bo:
   target/riscv/kvm: Synchronize privilege mode
18 ddac7cfb00ad Xie Bo:
   target/riscv/kvm: Preserve MP state across migration
19 d30254aec931 Paolo Bonzini:
   scsi-disk: fix out-of-bound read in WRITE SAME
20 0f410adf6b0d Paolo Bonzini:
   scsi: hide MODE SELECT block size change behind a quirk
21 d61c8a6fb738 Paolo Bonzini:
   vapic: confine the VAPIC region to 0xc0000..0xe0000
22 cfa6e2c52ca8 Paolo Bonzini:
   i386/vapic: unref MemoryRegion if vapic_map_rom_writable fails
23 b78c6d5b1bf0 Gautam Menghani:
   ppc/xive: Trigger the pending interrupt for a guest after migration
24 f63124af7846 Alexandre Frey:
   target/arm: fix TTA instruction S bit for IDAU-exempt addresses
25 59716ac3067d Peter Maydell:
   target/arm: Correct reset value of SCTLR for arm926, arm1026
26 c05e01a88581 Peter Maydell:
   target/arm: Make CBZ/CBNZ UNDEF before v6T2
27 50d6757147db Peter Maydell:
   target/arm: Make IT insn undef when not present
28 2931a675e9d3 Peter Maydell:
   target/arm: Make Thumb T1 hint space UNDEF before v6T2
29 10dddf15e294 Bin Meng:
   hw/sd: sdhci: Accept version 4 enable without UHS-I
30 15d4bc75f817 Alberto Garcia:
   hw/sd/sdcard: Register device ops in drives without media
31 259b877eac36 Junjie Cao:
   hw/cxl: fix timer leak in cxl_destroy_cci()
32 dd9641cb140d Bibo Mao:
   target/loongarch: Fix SWI interrupt delivery via CSR_ESTAT
33 a3de21bfa5d0 Denis V. Lunev:
   io/channel-socket: do not treat a zero length write as an error
34 cd71c2f40a53 Denis V. Lunev:
   io/channel-websock: send an HTTP 400 when the greeting has no space
35 2295deb48898 Denis V. Lunev:
   io/channel-websock: handle a blocked write during the handshake
36 e867e2047c6c Denis V. Lunev:
   tests/unit: add websock handshake test
37 7a72a4652a79 Denis V. Lunev:
   io/channel-websock: do not lose QIO_CHANNEL_ERR_BLOCK while reading
38 0e5718799199 Denis V. Lunev:
   tests/unit: cover blocked IO during the websock handshake
39 c7254cd584bb Marc-André Lureau:
   virtio-gpu: clear res->blob on mapping cleanup
40 713e7e85a2b4 Junjie Cao:
   hw/cxl: Fix guest-triggerable QEMU exit on reserved interleave ways
41 f10977073cb4 Zhang Chen:
   qapi/misc: Fix missed query-iothreads items
42 5d85a09554fb Laurent Vivier:
   hw/net/virtio-net: check packet size before VLAN tag access in 
   receive_filter()
43 73c3d017ef6a Laurent Vivier:
   hw/net/virtio-net: strip trailing padding when caching RSC segment
44 15dcee919555 Jia Jia:
   hw/virtio: reject inverted virtio-iommu IOVA ranges
45 fdc3f9a83ddf Michael S. Tsirkin:
   virtio-balloon: fix free-page BH teardown on unrealize
46 5440b6b5de46 Stefan Hajnoczi:
   virtio-scsi: set dataplane_started to false upon failure
47 0ddbce88c45a Junjie Cao:
   hw/cxl: fix the CDAT DOE overlapping the Flex Bus DVSEC when sn= is set
48 2c43897356ac Denis V. Lunev:
   hw/display/qxl: hold ssd.lock while replacing ssd.cursor
49 1063bbb71185 Denis V. Lunev:
   ui/cursor: make the cursor refcount atomic
50 01df81b24c50 Marc-André Lureau:
   vhost-user-gpu: validate command buffer size in submit_3d
51 7e5c85f7f2a8 Kostiantyn Kostiuk:
   qga: Change effective user/group ID in guest-ssh-* commands
52 2a8b740e7acf Bin Guo:
   hw/intc/bcm2835_ic: reject out-of-range FIQ source values
53 6ae0b0426705 Doug Cook:
   target/arm/whpx: Don't try to sync ARM_CP_CONST registers
54 518f45b32d04 Doug Cook:
   target/arm/whpx: incorrect ENCODE_AA64_CP_REG parameter order
55 57197bf183f3 Doug Cook:
   target/arm/whpx: fix whpx-arm post-reset CPU state
56 99fb8e570e54 Showta Ishizaki:
   target/arm/hvf: implement MDCCSR_EL0 as RAZ