From c3bdec1af015ccdc7e80ecb88b85182e24d778b8 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Sat, 6 Sep 2025 15:09:03 +0200 Subject: [PATCH] NEWS: Mention new acpi-generic-initiator support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Daniel P. Berrangé Signed-off-by: Andrea Righi --- NEWS.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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** -- 2.47.3