]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention new acpi-generic-initiator support
authorAndrea Righi <arighi@nvidia.com>
Sat, 6 Sep 2025 13:09:03 +0000 (15:09 +0200)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 8 Sep 2025 18:12:35 +0000 (19:12 +0100)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Andrea Righi <arighi@nvidia.com>
NEWS.rst

index 9b6448995487faf87e607a88bfb6685035313a1f..1b8e188f5e5220c9634548328a06b74eb49cff0d 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,6 +22,16 @@ v11.8.0 (unreleased)
     Users can now attach and detach disks of Cloud Hypervisor domains at
     runtime.
 
+  * qemu: Add support for NUMA affinity of PCI devices
+
+    To support NVIDIA Multi-Instance GPU (MIG) configurations, libvirt now
+    handles QEMU's acpi-generic-initiator device internally. MIG enables
+    partitioning a physical GPU into multiple isolated instances, each
+    associated with one or more virtual NUMA nodes.
+
+    On the XML side, the existing <acpi> element has been extended with a
+    "nodeset" attribute to specify the NUMA node affinity of a PCI device.
+
 * **Improvements**
 
 * **Bug fixes**