diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-03-23 10:57:21 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-06-05 17:09:59 +0200 |
commit | 1bfbac4ee16e2ea95d087e0926727d9a113b483e (patch) | |
tree | 5fa5cf563091faa7f98552e2e65c68b5b6600e4e /block/qcow2-cluster.c | |
parent | 6f6a5ef3e429f92f987678ea8c396aab4dc6aa19 (diff) | |
download | qemu-1bfbac4ee16e2ea95d087e0926727d9a113b483e.zip qemu-1bfbac4ee16e2ea95d087e0926727d9a113b483e.tar.gz qemu-1bfbac4ee16e2ea95d087e0926727d9a113b483e.tar.bz2 |
kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask
One recent example is commit 4cc856f (kvm-all: Sync dirty-bitmap from
kvm before kvm destroy the corresponding dirty_bitmap, 2015-04-02).
Another performance problem is that KVM keeps tracking dirty pages
after a failed live migration, which causes bad performance due to
disallowing huge page mapping.
Thanks to the previous patch, KVM can now stop hooking into
log_global_start/stop. This simplifies the KVM code noticeably.
Reported-by: Wanpeng Li <wanpeng.li@linux.intel.com>
Reported-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'block/qcow2-cluster.c')
0 files changed, 0 insertions, 0 deletions