From: Daniel P. Berrangé Date: Mon, 28 Jul 2025 12:47:14 +0000 (+0100) Subject: include: fix version for VIR_CONNECT_BASELINE_CPU_IGNORE_HOST X-Git-Tag: v11.6.0-rc2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=802c424edc8c421795353cf4b1c3779af23ad4c7;p=thirdparty%2Flibvirt.git include: fix version for VIR_CONNECT_BASELINE_CPU_IGNORE_HOST Reviewed-by: Jiri Denemark Signed-off-by: Daniel P. Berrangé --- diff --git a/include/libvirt/libvirt-host.h b/include/libvirt/libvirt-host.h index 19043235b2..8922d00e0c 100644 --- a/include/libvirt/libvirt-host.h +++ b/include/libvirt/libvirt-host.h @@ -975,7 +975,7 @@ typedef enum { /* filter out non-migratable features (Since: 1.2.14) */ VIR_CONNECT_BASELINE_CPU_MIGRATABLE = (1 << 1), /* when computing a baseline from several CPUs, do not make the result - * dependent on the current host (Since: 11.5.0) */ + * dependent on the current host (Since: 11.6.0) */ VIR_CONNECT_BASELINE_CPU_IGNORE_HOST = (1 << 2), } virConnectBaselineCPUFlags;