From: Eric Auger Date: Fri, 6 Jun 2014 09:10:23 +0000 (+0200) Subject: ARM: KVM: Unmap IPA on memslot delete/move X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~11^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6ce24f2ee485c4f9a5cb610063a5eb60da8267;p=pandora-kernel.git 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 Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed