Hello, On behalf of the QEMU Team, I'd like to announce the availability of the third release candidate for the QEMU 10.1 release. This release is meant for testing purposes and should not be used in a production environment.
http://download.qemu.org/qemu-10.1.0-rc2.tar.xz http://download.qemu.org/qemu-10.1.0-rc2.tar.xz.sig You can help improve the quality of the QEMU 10.1 release by testing this release and reporting bugs using our GitLab issue tracker: https://gitlab.com/qemu-project/qemu/-/milestones/16 The release plan, as well a documented known issues for release candidates, are available at: http://wiki.qemu.org/Planning/10.1 Please add entries to the ChangeLog for the 10.1 release below: http://wiki.qemu.org/ChangeLog/10.1 Thank you to everyone involved! Changes since rc1: e0006a8661: Update version for the v10.1.0-rc2 release (Stefan Hajnoczi) afeb002e0a: tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported (Michael Tokarev) b217d987a3: qga: correctly write to /sys/power/state on linux (Michael Tokarev) eb013cd6a1: hw/i386/microvm: Explicitly select ACPI_PCI (Eric Auger) 4e5d58969e: target/i386/cpu: Move addressable ID encoding out of compat property in CPUID[0x1] (Zhao Liu) 90fd159131: tests/functional: Test SD cards in SPI mode (using sifive_u machine) (Philippe Mathieu-Daudé) 40b242884e: hw/sd/sdcard: Remove SDState::mode field (Philippe Mathieu-Daudé) 823d9b0045: hw/sd/sdcard: Disable checking STBY mode in SPI SEND_CSD/CID (Philippe Mathieu-Daudé) 7574baef43: hw/sd/sdcard: Factor spi_cmd_SEND_CxD() out (Philippe Mathieu-Daudé) 3c7bde41a3: hw/sd/sdcard: Allow using SWITCH_FUNCTION in more SPI states (Philippe Mathieu-Daudé) 3241a61a13: hw/sd/sdcard: Use complete SEND_OP_COND implementation in SPI mode (Philippe Mathieu-Daudé) 0f2ff99479: hw/sd/sdcard: Implement SPI R2 return value (Philippe Mathieu-Daudé) 1585ab9f1b: hw/sd/sdcard: Fill SPI response bits in card code (Philippe Mathieu-Daudé) b82e7a2a1d: hw/sd/sdbus: Provide buffer size to sdbus_do_command() (Philippe Mathieu-Daudé) 3025ea65bd: hw/sd/sdcard: Factor sd_response_size() out (Philippe Mathieu-Daudé) 0a9a27305d: hw/sd/sdcard: Do not ignore errors in sd_cmd_to_sendingdata() (Philippe Mathieu-Daudé) 61432e805e: tests/docker: fix debian-all-test-cross (Alex Bennée) 0311a6edb9: scripts/make-release: Go back to cloning all the EDK2 submodules (Peter Maydell) 41ae2640c4: docs/devel/submitting-a-patch.rst: add b4 section (Manos Pitsidianakis) 13ed972b4c: hw/ssi/aspeed_smc: Fix incorrect FMC_WDT2 register read on AST1030 (Jamin Lin) d63961f957: pc-bios: Update vbootrom image to commit 183c9ff8056b (Cédric Le Goater) 5ff7ad61c0: roms/Makefile: build ast27x0_bootrom (Michael Tokarev) 7bf9ae8cc2: roms/vbootrom: update to 7b1eb5f7fe6a (Michael Tokarev) 676ab6a211: tests/tcg: Fix run for tests with specific plugin (Gustavo Romero) 97b3d732af: target/arm: Fix handling of setting SVE registers from gdb (Vacha Bhavsar) 35cca0f95f: target/arm: Fix big-endian handling of NEON gdb remote debugging (Vacha Bhavsar) 4f2b82f604: target/arm: Reinstate bogus AArch32 DBGDTRTX register for migration compat (Peter Maydell) e7b77e681f: hw/display/framebuffer: Add cast to force 64x64 multiply (Peter Maydell) b10bd4bd17: hw/intc/arm_gicv3_kvm: Write all 1's to clear enable/active (Zenghui Yu) a0555e36fc: hw/intc/arm_gicv3_kvm: Remove writes to ICPENDR registers (Zenghui Yu) 4caf74916d: net/vdpa: fix potential fd leak in net_init_vhost_vdpa() (Stefano Garzarella) 4164adc476: MAINTAINERS: add net/vhost* files under `vhost` (Stefano Garzarella) e8145dcd31: intel_iommu: Allow both Status Write and Interrupt Flag in QI wait (David Woodhouse) cd16f08ad4: tests/acpi: virt: update HEST file with its current data (Mauro Carvalho Chehab) 5088651138: tests/qtest/bios-tables-test: extend to also check HEST table (Mauro Carvalho Chehab) 8d5613d2ee: tests/acpi: virt: add an empty HEST file (Mauro Carvalho Chehab) c0ef803a87: hw/i386/amd_iommu: Fix event log generation (Sairaj Kodilkar) 10690920b0: hw/i386/amd_iommu: Support MMIO writes to the status register (Sairaj Kodilkar) 47d3b32d6f: hw/i386/amd_iommu: Fix amdvi_write*() (Sairaj Kodilkar) a7842d9406: hw/i386/amd_iommu: Move IOAPIC memory region initialization to the end (Sairaj Kodilkar) 47d50cc421: hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field (Sairaj Kodilkar) 96c75abc87: hw/i386/amd_iommu: Fix MMIO register write tracing (Sairaj Kodilkar) cad9aa6fbd: pcie_sriov: Fix configuration and state synchronization (Akihiko Odaki) 6071d13c6a: virtio-net: Fix VLAN filter table reset timing (Akihiko Odaki) d63c388dad: vhost: Do not abort on log-stop error (Hanna Czenczek) c1997099dc: vhost: Do not abort on log-start error (Hanna Czenczek) 6fcf5ebafa: virtio: fix off-by-one and invalid access in virtqueue_ordered_fill (Jonah Palmer) cd9f752fee: target/arm: add support for 64-bit PMCCNTR in AArch32 mode (Alex Richardson) 31995cc408: hw/intc/loongarch_ipi: Fix start fail with smp cpu < smp maxcpus on KVM (Song Gao) caab7ac835: target/loongarch: Fix valid virtual address checking (Bibo Mao) 86bc3a0abf: target/riscv: Restrict midelegh access to S-mode harts (Jay Chang) e443ba0336: target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts (Jay Chang) 30ef718423: target/riscv: Fix exception type when VU accesses supervisor CSRs (Xu Lu) 09ac27a9b5: riscv: Revert "Generate strided vector loads/stores with tcg nodes." (Daniel Henrique Barboza) 16aa7771af: target/riscv: do not call GETPC() in check_ret_from_m_mode() (Daniel Henrique Barboza) e111ffe48b: linux-user/strace.list: add riscv_hwprobe entry (Daniel Henrique Barboza) b6f1244678: intc/riscv_aplic: Fix target register read when source is inactive (Yang Jialong) f3c8b7767f: tests/data/acpi/riscv64: Update expected FADT and MADT (Sunil V L) a3b95362ce: hw/riscv/virt-acpi-build.c: Update FADT and MADT versions (Sunil V L) 35d129399d: bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes (Sunil V L) 77707bfdf8: target/riscv: Fix pmp range wraparound on zero (Vac Chen)
