From: Han Han Date: Wed, 11 May 2022 02:17:08 +0000 (+0800) Subject: news: Introduce "migrate_tls_force" to qemu.conf X-Git-Tag: v8.4.0-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a37b64dfd55a9b3b6629c3248a0be446187155;p=thirdparty%2Flibvirt.git news: Introduce "migrate_tls_force" to qemu.conf Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 19f8511ae0..794bf4cc03 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1106,6 +1106,12 @@ v6.10.0 (2020-12-01) option is missing are now '1'. This ensures that only legitimate clients access servers, which don't have any additional form of authentication. + * qemu: Introduce "migrate_tls_force" qemu.conf option + + The ``migrate_tls_force`` configuration option allows administrators to + always force connections used for migration to be TLS secured as if the + ``VIR_MIGRATE_TLS`` flag had been used. + * **New features** * qemu: Implement OpenSSH authorized key file management APIs