commit | df6ce24f2ee485c4f9a5cb610063a5eb60da8267 | [log] [tgz] |
---|---|---|
author | Eric Auger <eric.auger@linaro.org> | Fri Jun 06 11:10:23 2014 +0200 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri Jul 11 04:46:52 2014 -0700 |
tree | dc0cfb6654c6c9e3f0996fa02b1ceebc2fea8339 | |
parent | 4f853a714bf16338ff5261128e6c7ae2569e9505 [diff] |
ARM: KVM: Unmap IPA on memslot delete/move Currently when a KVM region is deleted or moved after KVM_SET_USER_MEMORY_REGION ioctl, the corresponding intermediate physical memory is not unmapped. This patch corrects this and unmaps the region's IPA range in kvm_arch_commit_memory_region using unmap_stage2_range. Signed-off-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>