]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention VIR_CONNECT_GET_DOMAIN_CAPABILITIES_EXPAND_CPU_FEATURES
authorJiri Denemark <jdenemar@redhat.com>
Tue, 31 Mar 2026 12:48:18 +0000 (14:48 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 31 Mar 2026 13:11:06 +0000 (15:11 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 9d490ebbcac9f75a441b0f716bf05f000d490987..74ab40eaddba84f4920cc1e9a85aa9b24049ff41 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -26,6 +26,12 @@ v12.2.0 (unreleased)
     so that XTSup is required there. Additionally, it is automatically enabled
     if needed.
 
+  * Introduce VIR_CONNECT_GET_DOMAIN_CAPABILITIES_EXPAND_CPU_FEATURES flag
+
+    This new flag for virConnectGetDomainCapabilities can be used to request
+    the host-model CPU definition to include all supported features (normally
+    only extra features relative to the selected CPU model are listed).
+
 * **Bug fixes**