diff options
author | Liang Li <liang.z.li@intel.com> | 2015-11-02 15:37:00 +0800 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2015-11-04 13:40:13 +0100 |
commit | 94f5a43704129ca4995aa3385303c5ae225bde42 (patch) | |
tree | 84258ec091fadb00976a785a320c66211f58174d /include | |
parent | 79cf9fad341e6e7bd6b55395b71d5c5727d7f5b0 (diff) |
migration: defer migration_end & blk_mig_cleanup
Because of the patch 3ea3b7fa9af067982f34b of kvm, which introduces a
lazy collapsing of small sptes into large sptes mechanism, now
migration_end() is a time consuming operation because it calls
memroy_global_dirty_log_stop(), which will trigger the dropping of small
sptes operation and takes about dozens of milliseconds, so call
migration_end() before all the vmsate data has already been transferred
to the destination will prolong VM downtime. This operation should be
deferred after all the data has been transferred to the destination.
blk_mig_cleanup() can be deferred too.
For a VM with 8G RAM, this patch can reduce the VM downtime about 30 ms.
Signed-off-by: Liang Li <liang.z.li@intel.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>al3
Reviewed-by: Amit Shah <amit.shah@redhat.com>al3
Signed-off-by: Juan Quintela <quintela@redhat.com>al3
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions