]> git.proxmox.com Git - mirror_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)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 27 Sep 2017 10:27:14 +0000 (11:27 +0100)
commit9ac78b6171bec47083a9b6ce88dc1f114caea2f9
tree5a7329bb5f0bd8c1f1fa9a02a960326dd992b44e
parent31bc1d8481af414cfa2857f905e40f7d8e6d5b2e
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>
migration/block.c
migration/block.h
migration/ram.c