]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention improved heuristics for CPU baseline
authorJiri Denemark <jdenemar@redhat.com>
Fri, 6 May 2022 15:26:56 +0000 (17:26 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 6 May 2022 21:30:44 +0000 (23:30 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 4a213682a4b0c82a1a5c6894ff96b047d35dfb8f..7903449f9b107a9cc040b6507091de24be96538d 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -21,6 +21,14 @@ v8.4.0 (unreleased)
 
 * **Bug fixes**
 
+  * Improve heuristics for computing baseline CPU models
+
+    Both ``virConnectBaselineHypervisorCPU`` and ``virConnectBaselineCPU`` were
+    in some cases computing the result using a CPU model which was newer than
+    some of the input models. For example, ``Cascadelake-Server`` was used as a
+    baseline for ``Skylake-Server-IBRS`` and ``Cascadelake-Server``. The CPU
+    model selection heuristics was improved to choose a more appropriate model.
+
 
 v8.3.0 (2022-05-02)
 ===================