From: John Ferlan Date: Sat, 18 Mar 2017 13:44:23 +0000 (-0400) Subject: docs: Add news entry for Migration using TLS X-Git-Tag: v3.2.0-rc1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140332af6f5dd740a70ced8217639b7139412d97;p=thirdparty%2Flibvirt.git docs: Add news entry for Migration using TLS Signed-off-by: John Ferlan --- diff --git a/docs/news.xml b/docs/news.xml index f1bfeda550..bb8a83c5a7 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -51,6 +51,14 @@ enhanced check may also be requested when starting a new domain to ensure the virtual CPU exactly matches the one specified in the XML. + + qemu: Add support to migrate using TLS + + + Add the ability to migrate QEMU guests using TLS via a new flag + VIR_MIGRATE_TLS or virsh migrate '--tls' option. Requires using at + least QEMU 2.9.0 in order to work properly. +