From: Andrea Righi Date: Sat, 6 Sep 2025 13:09:03 +0000 (+0200) Subject: NEWS: Mention new acpi-generic-initiator support X-Git-Tag: v11.8.0-rc1~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3bdec1af015ccdc7e80ecb88b85182e24d778b8;p=thirdparty%2Flibvirt.git NEWS: Mention new acpi-generic-initiator support Reviewed-by: Daniel P. Berrangé Signed-off-by: Andrea Righi --- diff --git a/NEWS.rst b/NEWS.rst index 9b64489954..1b8e188f5e 100644 --- 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 element has been extended with a + "nodeset" attribute to specify the NUMA node affinity of a PCI device. + * **Improvements** * **Bug fixes**