From: Jiri Denemark Date: Fri, 4 Jul 2025 14:54:47 +0000 (+0200) Subject: NEWS: Mention virConnectHypervisorBaselineCPU improvements X-Git-Tag: v11.6.0-rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0a90be275d675a437661e25b9d6c49cf913bcd;p=thirdparty%2Flibvirt.git NEWS: Mention virConnectHypervisorBaselineCPU improvements Signed-off-by: Jiri Denemark Reviewed-by: Peter Krempa --- 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**