commit | 15f36ebd34b5b296c274ef67024f14c2d394a507 | [log] [tgz] |
---|---|---|
author | Jason J. Herne <jjherne@us.ibm.com> | Thu Aug 02 10:10:17 2012 -0400 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Tue Apr 22 09:36:28 2014 +0200 |
tree | 62736639cca862b5a9c99ca07893be6374c2f76d | |
parent | a0bf4f149bbfa2e31b5f4172c817afdb7b986733 [diff] |
KVM: s390: Add proper dirty bitmap support to S390 kvm. Replace the kvm_s390_sync_dirty_log() stub with code to construct the KVM dirty_bitmap from S390 memory change bits. Also add code to properly clear the dirty_bitmap size when clearing the bitmap. Signed-off-by: Jason J. Herne <jjherne@us.ibm.com> CC: Dominik Dingel <dingel@linux.vnet.ibm.com> [Dominik Dingel: use gmap_test_and_clear_dirty, locking fixes] Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>