]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention an improvement for virConnectBaselineHypervisorCPU
authorJiri Denemark <jdenemar@redhat.com>
Fri, 9 Jun 2023 16:13:54 +0000 (18:13 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 16 Jun 2023 10:45:15 +0000 (12:45 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index b1cccee4fae66c1bbe5772dbeadea0a7c42e1fa1..c520a9617767b9867b157d6763a3e968bc57ba69 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,13 @@ v9.5.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: Include maximum physical address size in baseline CPU
+
+    When computing a baseline CPU definition for a set of hosts, we need to
+    include maximum physical address size in the result to make sure it is
+    compatible with all hosts even if their supported physical address sizes
+    differ.
+
 * **Bug fixes**