[libvirt] [PATCH v3 8/7] docs: Add news entry for Migration using TLS

John Ferlan posted 7 patches 8 years, 10 months ago
There is a newer version of this series
[libvirt] [PATCH v3 8/7] docs: Add news entry for Migration using TLS
Posted by John Ferlan 8 years, 10 months ago
Signed-off-by: John Ferlan <jferlan@redhat.com>
---
 docs/news.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 3501f89..25d920c 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -39,6 +39,16 @@
           the QEMU binary supports it.
         </description>
       </change>
+      <change>
+        <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 '--tls' option. Requires using at least
+          QEMU 2.9.0 in order to work properly.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>
-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 8/7] docs: Add news entry for Migration using TLS
Posted by Jiri Denemark 8 years, 10 months ago
On Sat, Mar 18, 2017 at 09:47:04 -0400, John Ferlan wrote:
> Signed-off-by: John Ferlan <jferlan@redhat.com>
> ---
>  docs/news.xml | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index 3501f89..25d920c 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -39,6 +39,16 @@
>            the QEMU binary supports it.
>          </description>
>        </change>
> +      <change>
> +        <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 '--tls' option. Requires using at least

I think "virsh migrate '--tls'" would be a bit better.

> +          QEMU 2.9.0 in order to work properly.
> +        </description>
> +      </change>
>      </section>
>      <section title="Improvements">
>        <change>

ACK

Jirka

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list