]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Introduce "migrate_tls_force" to qemu.conf
authorHan Han <hhan@redhat.com>
Wed, 11 May 2022 02:17:08 +0000 (10:17 +0800)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 18 May 2022 17:55:55 +0000 (19:55 +0200)
Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 19f8511ae031c5924dbb0cdb234b354335e09946..794bf4cc03b0dc7ceac916249913e0cd781d3df1 100644 (file)
--- 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