From: Avi Kivity Date: Sat, 6 Jan 2007 00:36:55 +0000 (-0800) Subject: [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte X-Git-Tag: v2.6.20-rc4~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40907d5768ab8cadd4cad97bef350820ded20338;p=pandora-kernel.git [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte If we reduce permissions on a pte, we must flush the cached copy of the pte from the guest's tlb. This is implemented at the moment by flushing the entire guest tlb, and can be improved by flushing just the relevant virtual address, if it is known. Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed