From: Avi Kivity Date: Sat, 6 Jan 2007 00:36:44 +0000 (-0800) Subject: [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte X-Git-Tag: v2.6.20-rc4~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815af8d42ee3f844c0ceaf2104bd9c6a0bb1e26c;p=pandora-kernel.git [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte This fixes a problem where set_pte_common() looked for shadowed pages based on the page directory gfn (a huge page) instead of the actual gfn being mapped. Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed