ChangeLog/8.1: Difference between revisions
Line 191: | Line 191: | ||
== TCG backends == | == TCG backends == | ||
=== | === RISC-V === | ||
* Support Zba, Zbb, and Zicond standard extensions. | |||
== Guest agent == | == Guest agent == |
Revision as of 19:34, 25 May 2023
System emulation
Removed features and incompatible changes
Consult the 'Removed features' page for details of suggested replacement functionality.
New deprecated options and features
Consult the "Deprecated Features" chapter of the QEMU System Emulation User's Guide for further details of the deprecations and their suggested replacements.
- The "-singlestep" command line option is deprecated, as it was very misleadingly named. Its replacement is "-one-insn-per-tb" (for the user-mode emulator) or "-accel one-insn-per-tb=on" (for the system-mode emulator)
68k
Alpha
Arm
- KVM VMs on a host which supports MTE (the Memory Tagging Extension) can now use MTE in the guest
- New architectural features now emulated:
- FEAT_PAN3 (Support for SCTLR_ELx.EPAN)
- Pointer-authentication information is now reported to the gdbstub (a GDB 13 or later will produce better backtraces when pauth is in use by the guest)
- Orangepi-PC, Cubieboard: Add Allwinner WDT watchdog emulation
- mcimxd7-sabre, mcimx6ul-evk: The second ethernet controller PHY is now usable
AVR
Hexagon
HPPA
LoongArch
Microblaze
MIPS
Nios2
OpenRISC
- Allow FPCSR special purpose register to be accessed in user mode
- Configure FPU to detecting tininess before rounding to align QEMU with architecture specification
PowerPC
Renesas RX
Renesas SH
RISC-V
ISA and Extensions
- Support subsets of code size reduction extension
- A large collection of mstatus sum changes and cleanups
- Zero init APLIC internal state
- Implement query-cpu-definitions
- Fix Guest Physical Address Translation
- Make sure an exception is raised if a pte is malformed
Machines
- Add signature dump function for spike to run ACT tests
- Add Ventana's Veyron V1 CPU
Fixes and Misc
- Fix invalid riscv,event-to-mhpmcounters entry
- Fix itrigger when icount is used
- Fix mstatus.MPP related support
- Fix the H extension TVM trap
- Restore the predicate() NULL check behavior
s390x
SPARC
Tricore
x86
Xtensa
Device emulation and assignment
ACPI / SMBIOS
Audio
Block devices
Graphics
I2C
Input devices
IPMI
Multi-process QEMU
Network devices
NVDIMM
NVMe
PCI/PCIe
SCSI
SD card
SMBIOS
TPM
- Added TPM TIS I2C device model
USB
VFIO
virtio
vDPA
Xen
fw_cfg
9pfs
virtiofs
Semihosting
Audio
- new PipeWire audio backend (-audiodev pipewire)
Character devices
- It's now possible to specify the input independently from the output with -chardev file (e.g. -chardev file,id=repro,path=/dev/null,input-path=input.txt)
Crypto subsystem
Authorization subsystem
GUI
GDBStub
TCG Plugins
Host support
Memory backends
Migration
Monitor
QMP
HMP
Network
Block device backends and tools
Tracing
Semihosting
Miscellaneous
User-mode emulation
build
binfmt_misc
Hexagon
LoongArch
Nios2
HPPA
x86
Xtensa
TCG backends
RISC-V
- Support Zba, Zbb, and Zicond standard extensions.
Guest agent
Build Information
Build Dependencies
- The --meson and --sphinx-build options to configure have been removed. Meson and Sphinx will always be invoked through the Python interpreter specified (optionally) with --python or the $PYTHON environment variable; in order to use a host installation of Meson or Sphinx, the corresponding packages will have to be installed in the site-packages directory of that Python interpreter.
- Either pip+setuptools or ensurepip must now be installed to build QEMU. It is recommended to install distlib as well, but the build process tries to cope with its absence and it shouldn't be necessary.
- A new option --enable-pypi will direct configure to find missing Python build dependencies on PyPI. Right now, this only applies to Sphinx and only if --enable-docs was passed as well, but this may change in the future.
- Starting with QEMU 8.1, only Python 3.8 and newer will be supported (3.7 might work but it is not included in any of the environments that we run CI with).
- new pipewire audio backend requires libpipewire (currently >= 0.3.60)
Windows
Testing and CI
Known issues
- see Planning/8.1