]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Report CPU model blockers in domain capabilities
authorJiri Denemark <jdenemar@redhat.com>
Fri, 18 Oct 2024 15:12:50 +0000 (17:12 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 24 Oct 2024 13:53:51 +0000 (15:53 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index 56adf8df8b15ccab961c09afd31185ffc493b188..191fd748300a897fff4736e2f84d646f3bceb5d6 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -54,6 +54,12 @@ v10.9.0 (unreleased)
     representation of guest memory blocks on disk, which includes compression
     among other possible layouts.
 
+  * Report CPU model blockers in domain capabilities
+
+    When a CPU model is reported as usable='no' an additional
+    ``<blockers model='...'>`` element is added for that CPU model listing
+    features required by the CPU model, but not supported on the host.
+
 * **Bug fixes**