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

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

Patch freeze is 2025-05-24, and the release is planned for 2025-05-26:

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

Please respond here or CC qemu-sta...@nongnu.org on any patches
you think 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* 280712b78781 Ewan Hai:
   target/i386: Fix model number of Zhaoxin YongFeng vCPU template
02* f6b5f71f0452 Maciej S. Szmigiero:
   target/i386: Reset parked vCPUs together with the online ones
03* 94a159f3dc73 Paolo Bonzini:
   target/i386/hvf: fix lflags_to_rflags
04* 6b661b7ed7cd Richard Henderson:
   target/avr: Improve decode of LDS, STS
05* d5f241834be1 Philippe Mathieu-Daudé:
   hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
06* 56a9f0d4c4a4 Peter Maydell:
   hw/core/cpu: gdb_arch_name string should not be freed
07* d4a785ba30ce Hauke Mehrtens:
   target/mips: Fix MIPS16e translation
08* 563cd698dffb Akihiko Odaki:
   meson: Use has_header_symbol() to check getcpu()
09* 6804b89fb531 Akihiko Odaki:
   meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
10* 797150d69d2e Akihiko Odaki:
   meson: Share common C source prefixes
11* a5b30be53453 Akihiko Odaki:
   meson: Use osdep_prefix for strchrnul()
12* 9401f91b9b0c Richard Henderson:
   accel/tcg: Don't use TARGET_LONG_BITS in decode_sleb128
13* 97cdd1b0a7a0 Tim Lee:
   hw/arm/npcm8xx_boards: Correct valid_cpu_types setting of NPCM8XX SoC
14* 8ed7c0b6488a Peter Maydell:
   target/arm: Don't assert() for ISB/SB inside IT block
15* 82707dd4f076 Peter Maydell:
   docs: Don't define duplicate label in qemu-block-drivers.rst.inc
16* eba837a31b95 Bernhard Beschow:
   hw/gpio/imx_gpio: Fix interpretation of GDIR polarity
17* e54ef98c8a80 Paolo Bonzini:
   target/i386: do not trigger IRQ shadow for LSS
18* 1e94ddc68544 Paolo Bonzini:
   target/i386: do not block singlestep for STI
19* a4b20f737cda Aleksandr Partanen:
   xen: mapcache: Fix finding matching entry
20* 88fb705600a3 Edgar E. Iglesias:
   xen: mapcache: Split mapcache_grants by ro and rw
21* 54e54e594bc8 Bernhard Beschow:
   hw/i2c/imx: Always set interrupt status bit if interrupt condition occurs
22* 61da38db70af Christian Schoenebeck:
   9pfs: fix concurrent v9fs_reclaim_fd() calls
23* 89f7b4da7662 Christian Schoenebeck:
   9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
24 bdf12f2a56bf Fabiano Rosas:
   s390x: Fix leak in machine_set_loadparm
25 0caed25cd171 Akihiko Odaki:
   virtio: Call set_features during reset
26 0b1c23a582f7 Klaus Jensen:
   hw/nvme: fix nvme hotplugging
27 4541d205f03c Loïc Lefort:
   target/riscv: pmp: don't allow RLB to bypass rule privileges
28 915b20374554 Loïc Lefort:
   target/riscv: pmp: move Smepmp operation conversion into a function
29 19cf1a7d9e59 Loïc Lefort:
   target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
30 56cde18d048e Paolo Bonzini:
   hw/riscv: Fix type conflict of GLib function pointers
31 ad63158bdb33 Ziqiao Kong:
   target/riscv: fix endless translation loop on big endian systems
32 22b448ccc661 Icenowy Zheng:
   common-user/host/riscv: use tail pseudoinstruction for calling tail
33 3e8d1e4a628b Anton Blanchard:
   target/riscv: rvv: Source vector registers cannot overlap mask register
34 b0450a101d6c Anton Blanchard:
   target/riscv: rvv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
35 629c2a8dd750 Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to vrgather instructions to 
   check mismatched input EEWs encoding constraint
36 fbeaf3583876 Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to 
   OPIVI/OPIVX/OPFVF(vext_check_ss) instructions
37 fda68acb7761 Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to 
   OPIVV/OPFVV(vext_check_sss) instructions
38 b5480a693e3e Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to vector slide 
   instructions(OPIVI/OPIVX)
39 411eefd56a39 Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to vector integer extension 
   instructions(OPMVV)
40 1f090a229f85 Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to vector narrow/widen 
   instructions
41 db21c3eb0550 Max Chou:
   target/riscv: rvv: Apply vext_check_input_eew to vector indexed 
   load/store instructions
42 8539a1244bf2 Max Chou:
   target/riscv: Fix the rvv reserved encoding of unmasked instructions
43 2669b696e243 Anton Blanchard:
   target/riscv: Fix vslidedown with rvv_ta_all_1s
44 73f81da0a362 Daniel Henrique Barboza:
   target/riscv/kvm: minor fixes/tweaks
45 906af6de9462 Daniel Henrique Barboza:
   target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
46 b60961034945 Daniel Henrique Barboza:
   target/riscv/kvm: turn u32/u64 reg functions into macros
47 11766e17616a Daniel Henrique Barboza:
   target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
48 d3b6f1742c36 Daniel Henrique Barboza:
   target/riscv/kvm: add kvm_csr_cfgs[]
49 f396c217a53d Daniel Henrique Barboza:
   target/riscv/kvm: do not read unavailable CSRs
50 5979f50fa9fd Xiaoyao Li:
   i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
51 7a4861230676 Xiaoyao Li:
   i386/hvf: Make CPUID_HT supported
52 e5894fd6f411 Rakesh Jeyasingh:
   hw/pci-host/gt64120: Fix endianness handling
53 560375cff3cc Rakesh Jeyasingh:
   hw/pci-host: Remove unused pci_host_data_be_ops
54 7f2131c35c17 Zhao Liu:
   qapi/misc-target: Fix the doc to distinguish query-sgx and 
   query-sgx-capabilities
55 6be7696129b3 Maciej S. Szmigiero:
   migration/multifd: Don't send device state packets with zerocopy flag
56 17bec9235bb0 Peter Xu:
   migration: Allow caps to be set when preempt or multifd cap enabled
57 923976dfe367 Helge Deller:
   target/hppa: Copy instruction code into fr1 on FPU assist fault
58 b4b49cf39dba Helge Deller:
   linux-user/hppa: Send proper si_code on SIGFPE exception
59 ebd394948de4 Helge Deller:
   target/hppa: Fix FPE exceptions

(commit(s) marked with * were in previous series and are not resent)

Reply via email to