]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
include: fix version for VIR_CONNECT_BASELINE_CPU_IGNORE_HOST
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 28 Jul 2025 12:47:14 +0000 (13:47 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 28 Jul 2025 19:42:39 +0000 (20:42 +0100)
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
include/libvirt/libvirt-host.h

index 19043235b235a2e402f07c23b9d22d60e94383e1..8922d00e0c11ae8e26e842b0e3e6ea88b7e24355 100644 (file)
@@ -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;