ChangeLog/10.1: Difference between revisions

From QEMU
(→‎9pfs: 9p queue 2025-05-05)
Line 108: Line 108:


==== 9pfs ====
==== 9pfs ====
* Fixes for file descriptor reclaiming algorithm (i.e. when running towards host's allowed limit of max. open file descriptors).
* Additional fixes on use-after-unlink idiom (i.e. client operations on a file descriptor after file has been removed).


==== virtiofs ====
==== virtiofs ====

Revision as of 11:45, 7 May 2025

Release schedule: Planning/10.1.

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.

68k

Alpha

Arm

AVR

Hexagon

HPPA

LoongArch

Microblaze

MIPS

OpenRISC

PowerPC

Renesas RX

Renesas SH (sh4)

RISC-V

ISA and Extensions

Machines

Fixes and Misc

s390x

SPARC

Tricore

x86

KVM

Xtensa

Device emulation and assignment

ACPI / SMBIOS

Audio

Block devices

Graphics

Hyper-V

I2C

Input devices

IPMI

Multi-process QEMU

Network devices

NVDIMM

NVMe

PCI/PCIe

SCSI

SD card

SMBIOS

TPM

UFS

USB

VFIO

virtio

vDPA

Xen

fw_cfg

9pfs

  • Fixes for file descriptor reclaiming algorithm (i.e. when running towards host's allowed limit of max. open file descriptors).
  • Additional fixes on use-after-unlink idiom (i.e. client operations on a file descriptor after file has been removed).

virtiofs

Semihosting

Audio

Character devices

Crypto subsystem

Authorization subsystem

GUI

GDBStub

TCG Plugins

Host support

Memory backends

Migration

  • RDMA live migration starts to support ipv6
  • Postcopy preempt mode optimization on sequential memory accesses (e.g. video streaming)

Monitor

QMP

HMP

Network

Block device backends and tools

Tracing

Semihosting

Miscellaneous

User-mode emulation

signals

runtime

binfmt_misc

alpha

arm/arm64/aarch64

HPPA

LoongArch

PowerPC

s390

x86

TCG

LoongArch

Record/Replay

RISC-V

Guest agent

Documentation

Build Information

Process

Rust usage

The minimum supported version of Rust is now 1.77.

  • On Debian bookworm, it is available in the rustc-web package except for the mips64el architecture; Rust support for mips64el requires Debian trixie or newer.
  • On Ubuntu 22.04 and 24.04, it is available in the rust-1.77 package; the RUSTC and RUSTDOC environment variables must point to /usr/bin/rustc-1.77 and /usr/bin/rustdoc-1.77 respectively.

Debian bookworm remains a supported platform for QEMU; support for Rust is still considered experimental and not stable, and it is not recommended to be used for anything other than development.

Dependencies

Testing and CI

Host support

Windows

Known issues