[libvirt PATCH 9/9] news: qemu: Allow migration over UNIX sockets

Martin Kletzander posted 9 patches 5 years, 5 months ago
There is a newer version of this series
[libvirt PATCH 9/9] news: qemu: Allow migration over UNIX sockets
Posted by Martin Kletzander 5 years, 5 months ago
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index d92714c29b88..49c476be5d51 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -20,6 +20,12 @@ v6.7.0 (unreleased)
     Sparse streams (e.g. ``virsh vol-download --sparse`` or ``virsh vol-upload
     --sparse``) now handle if one of the stream ends is a block device.
 
+  * qemu: Allow migration over UNIX sockets
+
+    QEMU migration can now be performed completely over UNIX sockets. This is
+    useful for containerised scenarios and can be used in both peer2peer and
+    direct migrations.
+
 * **Bug fixes**
 
   * virdevmapper: Deal with kernels without DM support
-- 
2.28.0

Re: [libvirt PATCH 9/9] news: qemu: Allow migration over UNIX sockets
Posted by Jiri Denemark 5 years, 5 months ago
On Tue, Aug 25, 2020 at 07:47:15 +0200, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index d92714c29b88..49c476be5d51 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -20,6 +20,12 @@ v6.7.0 (unreleased)
>      Sparse streams (e.g. ``virsh vol-download --sparse`` or ``virsh vol-upload
>      --sparse``) now handle if one of the stream ends is a block device.
>  
> +  * qemu: Allow migration over UNIX sockets
> +
> +    QEMU migration can now be performed completely over UNIX sockets. This is
> +    useful for containerised scenarios and can be used in both peer2peer and
> +    direct migrations.
> +
>  * **Bug fixes**
>  
>    * virdevmapper: Deal with kernels without DM support

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>

But see additional notes from Daniel (and me) which invalidate my
Reviewed-by tags for patches 6 and 8.