From fd0a90be275d675a437661e25b9d6c49cf913bcd Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 4 Jul 2025 16:54:47 +0200 Subject: [PATCH] NEWS: Mention virConnectHypervisorBaselineCPU improvements Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index a71775b729..c7885f01a0 100644 --- 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** -- 2.47.2