]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document IOMMUFD fixes and new features
authorPavel Hrdina <phrdina@redhat.com>
Tue, 31 Mar 2026 12:50:42 +0000 (14:50 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 31 Mar 2026 13:17:11 +0000 (15:17 +0200)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index 74ab40eaddba84f4920cc1e9a85aa9b24049ff41..bfb884410f4735646cace46a4d8ae438ee8d5f99 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,18 @@ v12.2.0 (unreleased)
 
 * **New features**
 
+  * qemu: Add support to configure IOMMUFD backend for whole VM
+
+    In addition to setting IOMMUFD backend for each device it is possible
+    to use the new ``<iommufd>`` element to enable IOMMUFD backend for all
+    host devices. Users can still change it per device.
+
+  * qemu: Add support to pass FD for IOMMUFD when starting VM
+
+    Management applications running unprivileged libvirt can open /dev/iommu
+    and pass FD to libvirt in order to change locked memory accounting.
+    This is done via new ``<iommufd>`` element.
+
 * **Improvements**
 
   * conf: support more than 255 vCPUs with amd-iommu
@@ -34,6 +46,11 @@ v12.2.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu: Fix crash when attaching network inteface with hostdev network
+
+    Introduced in v12.1.0 by implementing IOMMUFD backend support for
+    host devices.
+
 
 v12.1.0 (2026-03-02)
 ====================