]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: qemu: Allow migration over UNIX sockets
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 24 Aug 2020 21:48:04 +0000 (23:48 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Sat, 5 Sep 2020 05:55:45 +0000 (07:55 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 05d04b29e1c85b9b662fe21094ec4d5b6e3aa5a4..008a6358c6483e45219bbc98d76623a4fffe6228 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,6 +22,12 @@ v6.8.0 (unreleased)
 
 * **Improvements**
 
+  * 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**