@@ -14,7 +14,7 @@ Highlights include:
* block: virtio-scsi multiqueue support for using different I/O threads to process requests for each queue (similar to the virtio-blk multiqueue support that was added in QEMU 9.2)
* VFIO: improved support for IGD passthrough on all Intel Gen 11/12 devices
* Documentation: significant improvement/overhaul of documentation for QEMU Machine Protocol to make it clearer and more organized, including all commands/events/types now being cross-reference-able via click-able links in generated documentation
- * ARM: emulation support for EL2 physical and virtual timers
+ * ARM: emulation support for Secure EL2 physical and virtual timers
* ARM: emulation support for FEAT_AFP, FEAT_RPRES, and FEAT_XS architecture features
* ARM: new board models for NPCM8445 Evaluation and i.MX 8M Plus EVK boards
* HPPA: new SeaBIOS-hppa version 18 with lots of fixes and enhancements
@@ -24,7 +24,7 @@ Highlights include:
* RISC-V: ISA/extension support for riscv-iommu-sys devices, 'svukte', 'ssstateen', 'smrnmi', 'smdbltrp'/'ssdbltrp', 'supm'/'sspm', and IOMMU translation tags
* RISC-V: emulation support for Ascalon and RV64 Xiangshan Nanhu CPUs, and Microblaze V boards.
* s390x: add CPU model support for the generation 17 mainframe CPU
- * s930x: add support for virtio-mem and for bypassing IOMMU to improve PCI device performance
+ * s390x: add support for virtio-mem and for bypassing IOMMU to improve PCI device performance
* x86: CPU model support for Clearwater Forest and Sierra Forest v2
* x86: faster emulation of string instructions
* and lots more...
We already had EL2 timers, the new ones where for secure mode. Also fix a transposition on s390x. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> --- _posts/2025-04-23-qemu-10-0-0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)