qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Stable-10.1.3 00/76] Patch Round-up for stable 10.1.3, freeze on 2025-12-01
Date: Fri, 21 Nov 2025 16:50:38 +0300	[thread overview]
Message-ID: <qemu-stable-10.1.3-20251121155857@cover.tls.msk.ru> (raw)

The following patches are queued for QEMU stable v10.1.3:

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

Patch freeze is 2025-12-01, and the release is planned for 2025-12-03:

  https://wiki.qemu.org/Planning/10.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 27ea28a0b369 Richard Henderson:
   tcg/arm: Fix tgen_deposit
02 77dc9d662f80 Peter Maydell:
   tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
03 270b28681e36 Thomas Huth:
   hw/ppc/e500: Check for compatible CPU type instead of aborting 
   ungracefully
04 aaca725884b5 John Levon:
   vfio: rename field to "num_initial_regions"
05 ecbe424a63c9 John Levon:
   vfio: only check region info cache for initial regions
06 3f462d79a080 Peter Maydell:
   target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode
07 e41139eaad1d Zejun Zhao:
   hw/riscv: Correct mmu-type property of sifive_u harts in device tree
08 5e3e066e4ac8 Jialong Yang:
   aplic: fix mask for smsiaddrcfgh
09 2a21cbee47a1 Daniel Henrique Barboza:
   target/riscv/kvm: fix env->priv setting in reset_regs_csr()
10 06e01941ffca Daniel Henrique Barboza:
   target/riscv: fix riscv_cpu_sirq_pending() mask
11 2c147611cf56 Daniel P. Berrangé:
   io: release active GSource in TLS channel finalizer
12 322c3c4f3abe Daniel P. Berrangé:
   io: move websock resource release to close method
13 b7a1f2ca45c7 Daniel P. Berrangé:
   io: fix use after free in websocket handshake code
14 3995fc238e05 Daniel P. Berrangé:
   crypto: stop requiring "key encipherment" usage in x509 certs
15 6910f04aa646 Fiona Ebner:
   hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
16 1a8ffd6172f3 Peter Maydell:
   target/hppa: Set FPCR exception flag bits for non-trapped exceptions
17 fb722e1dc2d8 Helge Deller:
   hw/hppa: Fix interrupt of LASI parallel port
18 36ec1a829a07 Mark Cave-Ayland:
   esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
19 e9d02b59316f Mark Cave-Ayland:
   qtest/am53c974-test: add additional test for cmdfifo overflow
20 7c7089321670 Bastian Blank:
   linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
21 0db2de22fcbf Peter Maydell:
   linux-user: permit sendto() with NULL buf and 0 len
22 d5e1d2dea11b Paolo Bonzini:
   target/i386: clear CPU_INTERRUPT_SIPI for all accelerators
23 d1193481dee6 peng guo:
   hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
24 639a29422754 Xiaoyao Li:
   i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs
25 6eda39a87f4f Daniel P. Berrangé:
   block: remove 'detached-header' option from opts after use
26 c86488abaf01 Daniel P. Berrangé:
   block: fix luks 'amend' when run in coroutine
27 ad97769e9dcf Richard W.M. Jones:
   block/curl.c: Fix CURLOPT_VERBOSE parameter type
28 524fc77d2322 Sean Anderson:
   gdbstub: Fix %s formatting
29 a04c5ba543c1 Edgar E. Iglesias:
   target/microblaze: Remove unused arg from check_divz()
30 0e46b4d1f13b Edgar E. Iglesias:
   target/microblaze: div: Break out raise_divzero()
31 cfc1d54251d3 Edgar E. Iglesias:
   target/microblaze: Handle signed division overflows
32 df7e9243d540 Ilya Leoshkevich:
   target/s390x: Fix missing interrupts for small CKC values
33 dacfec5157fb Ilya Leoshkevich:
   target/s390x: Fix missing clock-comparator interrupts after reset
34 fc976a67ded4 Ilya Leoshkevich:
   target/s390x: Use address generation for register branch targets
35 0408c61e27ac Ilya Leoshkevich:
   tests/tcg/s390x: Test SET CLOCK COMPARATOR
36 8922a758b292 Chenyi Qiang:
   ram-block-attributes: fix interaction with hugetlb memory backends
37 75e2cb144191 Xiaoyao Li:
   hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
38 4f503afc7eb5 Peter Maydell:
   target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns
39 fde5930cc371 Albert Esteve:
   vhost-user: fix shared object lookup handler logic
40 3e6ad83f209e Shameer Kolothum:
   tests/qtest/bios-tables-test: Prepare for _DSM change in the DSDT table
41 325aa2d86a20 Eric Auger:
   hw/pci-host/gpex-acpi: Fix _DSM function 0 support return value
42 ccf166d89dcf Shameer Kolothum:
   tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _DSM change
43 f00bcc833790 Akihiko Odaki:
   qemu-img: Fix amend option parse error handling
44 909852ba6b4a Alberto Garcia:
   qemu-img rebase: don't exceed IO_BUF_SIZE in one operation
45 4c91719a6a78 Alberto Garcia:
   tests/qemu-iotest: fix iotest 024 with qed images
46 59506e59e0f0 Eric Blake:
   qio: Add trace points to net_listener
47 6e03d5cdc991 Eric Blake:
   qio: Unwatch before notify in QIONetListener
48 b5676493a08b Eric Blake:
   qio: Remember context of qio_net_listener_set_client_func_full
49 9d86181874ab Eric Blake:
   qio: Protect NetListener callback with mutex
50 6da0c9828194 Peter Maydell:
   hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX 
   descriptors
51 9d946d56a2ac Peter Maydell:
   hw/net/e1000e_core: Correct rx oversize packet checks
52 bab496a18358 Peter Maydell:
   hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() 
   assert
53 a01344d9d780 Peter Maydell:
   net: pad packets to minimum length in qemu_receive_packet()
54 f52db7f34242 Peter Maydell:
   hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun
55 032333eba77b Peter Maydell:
   hw/display/xlnx_dp: Don't abort for unsupported graphics formats
56 5fc50b4ec841 Peter Maydell:
   hw/misc/npcm_clk: Don't divide by zero when calculating frequency
57 863449cc8ec7 Alex Bennée:
   tests: move test_xen assets to share.linaro.org
58 dfaf3695b20d Alex Bennée:
   tests: move test_virt assets to share.linaro.org
59 5ff8d1fac98b Alex Bennée:
   tests: move test_netdev_ethtool to share.linaro.org
60 533b5ac2d6a8 Alex Bennée:
   tests: move test_kvm_xen to share.linaro.org
61 ced9f2ffc20d Alex Bennée:
   tests: move test_kvm to share.linaro.org
62 497d3e87ce2d Alex Bennée:
   tests: move test_virt_gpu to share.linaro.org
63 89d22536d1a1 Hanna Czenczek:
   rbd: Run co BH CB in the coroutine’s AioContext
64 deb35c129b85 Hanna Czenczek:
   nfs: Run co BH CB in the coroutine’s AioContext
65 53d5c7ffac7b Hanna Czenczek:
   curl: Fix coroutine waking
66 7a501bbd5194 Hanna Czenczek:
   nvme: Kick and check completions in BDS context
67 0f142cbd919f Hanna Czenczek:
   nvme: Fix coroutine waking
68 9b9ee60c07f5 Hanna Czenczek:
   block/io: Take reqs_lock for tracked_requests
69 124ab930ba38 Daniel P. Berrangé:
   tests/functional: fix formatting of exception args
70 335da23abec8 Daniel P. Berrangé:
   tests/functional: handle URLError when fetching assets
71 a344e22917f4 Yannick Voßen:
   hw/dma/zynq-devcfg: Fix register memory
72 9c3b76a0d406 Philippe Mathieu-Daudé:
   hw/southbridge/lasi: Correct LasiState parent
73 ebd9ea2947d8 Peter Maydell:
   target/i386: Mark VPERMILPS as not valid with prefix 0
74 ebb46ba6a4a2 Paolo Bonzini:
   target/i386/tcg: validate segment registers
75 9c3afb9d9b92 Paolo Bonzini:
   target/i386: svm: fix sign extension of exit code
76 106d766c9d5b Paolo Bonzini:
   target/i386: fix stack size when delivering real mode interrupts


             reply	other threads:[~2025-11-22  3:00 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-21 13:50 Michael Tokarev [this message]
2025-11-21 13:50 ` [Stable-10.1.3 01/76] tcg/arm: Fix tgen_deposit Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 02/76] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 03/76] hw/ppc/e500: Check for compatible CPU type instead of aborting ungracefully Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 04/76] vfio: rename field to "num_initial_regions" Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 05/76] vfio: only check region info cache for initial regions Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 06/76] target/arm: Fix reads of CNTFRQ_EL0 in linux-user mode Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 07/76] hw/riscv: Correct mmu-type property of sifive_u harts in device tree Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 08/76] aplic: fix mask for smsiaddrcfgh Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 09/76] target/riscv/kvm: fix env->priv setting in reset_regs_csr() Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 10/76] target/riscv: fix riscv_cpu_sirq_pending() mask Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 11/76] io: release active GSource in TLS channel finalizer Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 12/76] io: move websock resource release to close method Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 13/76] io: fix use after free in websocket handshake code Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 14/76] crypto: stop requiring "key encipherment" usage in x509 certs Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 15/76] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 16/76] target/hppa: Set FPCR exception flag bits for non-trapped exceptions Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 17/76] hw/hppa: Fix interrupt of LASI parallel port Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 18/76] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 19/76] qtest/am53c974-test: add additional test for cmdfifo overflow Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 20/76] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation Michael Tokarev
2025-11-21 13:50 ` [Stable-10.1.3 21/76] linux-user: permit sendto() with NULL buf and 0 len Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 22/76] target/i386: clear CPU_INTERRUPT_SIPI for all accelerators Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 23/76] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 24/76] i386/kvm/cpu: Init SMM cpu address space for hotplugged CPUs Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 25/76] block: remove 'detached-header' option from opts after use Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 26/76] block: fix luks 'amend' when run in coroutine Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 27/76] block/curl.c: Fix CURLOPT_VERBOSE parameter type Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 28/76] gdbstub: Fix %s formatting Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 29/76] target/microblaze: Remove unused arg from check_divz() Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 30/76] target/microblaze: div: Break out raise_divzero() Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 31/76] target/microblaze: Handle signed division overflows Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 32/76] target/s390x: Fix missing interrupts for small CKC values Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 33/76] target/s390x: Fix missing clock-comparator interrupts after reset Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 34/76] target/s390x: Use address generation for register branch targets Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 35/76] tests/tcg/s390x: Test SET CLOCK COMPARATOR Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 36/76] ram-block-attributes: fix interaction with hugetlb memory backends Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 37/76] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 38/76] target/x86: Correctly handle invalid 0x0f 0xc7 0xxx insns Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 39/76] vhost-user: fix shared object lookup handler logic Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 40/76] tests/qtest/bios-tables-test: Prepare for _DSM change in the DSDT table Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 41/76] hw/pci-host/gpex-acpi: Fix _DSM function 0 support return value Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 42/76] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _DSM change Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 43/76] qemu-img: Fix amend option parse error handling Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 44/76] qemu-img rebase: don't exceed IO_BUF_SIZE in one operation Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 45/76] tests/qemu-iotest: fix iotest 024 with qed images Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 46/76] qio: Add trace points to net_listener Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 47/76] qio: Unwatch before notify in QIONetListener Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 48/76] qio: Remember context of qio_net_listener_set_client_func_full Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 49/76] qio: Protect NetListener callback with mutex Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 50/76] hw/net/e1000e_core: Don't advance desc_offset for NULL buffer RX descriptors Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 51/76] hw/net/e1000e_core: Correct rx oversize packet checks Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 52/76] hw/net/e1000e_core: Adjust e1000e_write_payload_frag_to_rx_buffers() assert Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 53/76] net: pad packets to minimum length in qemu_receive_packet() Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 54/76] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 55/76] hw/display/xlnx_dp: Don't abort for unsupported graphics formats Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 56/76] hw/misc/npcm_clk: Don't divide by zero when calculating frequency Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 57/76] tests: move test_xen assets to share.linaro.org Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 58/76] tests: move test_virt " Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 59/76] tests: move test_netdev_ethtool " Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 60/76] tests: move test_kvm_xen " Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 61/76] tests: move test_kvm " Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 62/76] tests: move test_virt_gpu " Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 63/76] rbd: Run co BH CB in the coroutine’s AioContext Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 64/76] nfs: " Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 65/76] curl: Fix coroutine waking Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 66/76] nvme: Kick and check completions in BDS context Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 67/76] nvme: Fix coroutine waking Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 68/76] block/io: Take reqs_lock for tracked_requests Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 69/76] tests/functional: fix formatting of exception args Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 70/76] tests/functional: handle URLError when fetching assets Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 71/76] hw/dma/zynq-devcfg: Fix register memory Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 72/76] hw/southbridge/lasi: Correct LasiState parent Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 73/76] target/i386: Mark VPERMILPS as not valid with prefix 0 Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 74/76] target/i386/tcg: validate segment registers Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 75/76] target/i386: svm: fix sign extension of exit code Michael Tokarev
2025-11-21 13:51 ` [Stable-10.1.3 76/76] target/i386: fix stack size when delivering real mode interrupts Michael Tokarev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qemu-stable-10.1.3-20251121155857@cover.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).