]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: disable auto-converge during bulk block migration
authorPeter Lieven <pl@kamp.de>
Tue, 26 Sep 2017 10:33:16 +0000 (12:33 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 28 Sep 2017 21:55:44 +0000 (16:55 -0500)
commit547435f5506e351baa2151a681eeaca2cae79591
treeee3bd9bace1765a9d115e2b912406d5be027d22c
parent17cd46fbdfb8cc0d759f05e19398b664d60781b8
migration: disable auto-converge during bulk block migration

auto-converge and block migration currently do not play well together.
During block migration the auto-converge logic detects that ram
migration makes no progress and thus throttles down the vm until
it nearly stalls completely. Avoid this by disabling the throttling
logic during the bulk phase of the block migration.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Lieven <pl@kamp.de>
Message-Id: <1506421996-12513-1-git-send-email-pl@kamp.de>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
(cherry picked from commit 9ac78b6171bec47083a9b6ce88dc1f114caea2f9)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
migration/block.c
migration/block.h
migration/ram.c