From: Avi Kivity Date: Sat, 6 Jan 2007 00:36:47 +0000 (-0800) Subject: [PATCH] KVM: MMU: Remove invlpg interception X-Git-Tag: v2.6.20-rc4~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f015a5b28c75bb6cc5158640db58689b1ee1b51;p=pandora-kernel.git [PATCH] KVM: MMU: Remove invlpg interception Since we write protect shadowed guest page tables, there is no need to trap page invalidations (the guest will always change the mapping before issuing the invlpg instruction). Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed