]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document parallel migration
authorJiri Denemark <jdenemar@redhat.com>
Wed, 27 Mar 2019 09:35:32 +0000 (10:35 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 27 Mar 2019 11:38:44 +0000 (12:38 +0100)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index 83e965e0f33d98f8ce18671870f5388f71953c85..2067830848bd3660bb77c8b6b361f5db7b5d5808 100644 (file)
           E.g. <code>&lt;controller type='xenbus' maxGrantFrames='64'/&gt;</code>
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Add support for parallel migration
+        </summary>
+        <description>
+          With QEMU 4.0.0 libvirt can enable parallel migration which causes
+          the memory pages to be processed in parallel by several threads and
+          sent to the destination host using several connections at the same
+          time. This may increase migration speed in case a single thread is
+          unable to saturate the network link.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>