mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
news: Document parallel migration
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
d2d875fd2f
commit
0bc965342b
@ -104,6 +104,18 @@
|
|||||||
E.g. <code><controller type='xenbus' maxGrantFrames='64'/></code>
|
E.g. <code><controller type='xenbus' maxGrantFrames='64'/></code>
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</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>
|
||||||
<section title="Removed features">
|
<section title="Removed features">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
Reference in New Issue
Block a user