]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention virConnectHypervisorBaselineCPU improvements
authorJiri Denemark <jdenemar@redhat.com>
Fri, 4 Jul 2025 14:54:47 +0000 (16:54 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 18 Jul 2025 10:30:04 +0000 (12:30 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index a71775b729012075def32212b0a5a9e215cc8275..c7885f01a00ca94301ef4a1434fe35a95fa0d813 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,13 @@ v11.6.0 (unreleased)
 
 * **New features**
 
+  * Introduce VIR_CONNECT_BASELINE_CPU_IGNORE_HOST flag
+
+    This new flag for virConnectBaselineHypervisorCPU can be used for computing
+    a baseline CPU on any host. Without the VIR_CONNECT_BASELINE_CPU_IGNORE_HOST
+    flag the baseline API would return reasonable output only when run on one of
+    the hosts that the input CPU definitions were collected from.
+
 * **Improvements**
 
   * qemu: Change default SCSI controller model to ``virtio-scsi`` for ARM and RISC-V
@@ -25,6 +32,12 @@ v11.6.0 (unreleased)
     systems. ``virtio-scsi`` is a more suitable default for ARM and RISC-V
     ``virt`` machine types.
 
+  * Clarify documentation of virConnectBaselineHypervisorCPU
+
+    The documentation makes it clear virConnectBaselineHypervisorCPU is
+    supposed to be called on one of the hosts represented in the input CPU
+    definitions. Otherwise the API will give unexpected results.
+
 * **Bug fixes**