
On Thu, Mar 23, 2017 at 19:02:11 -0400, John Ferlan wrote:
Signed-off-by: John Ferlan <jferlan@redhat.com> --- docs/news.xml | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index f1bfeda..bb8a83c 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. </description> + <summary> + qemu: Add support to migrate using TLS + </summary> + <description> + 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. + </description> </change> </section> <section title="Improvements">
ACK Jirka