From: Avi Kivity Date: Fri, 26 Jan 2007 08:56:41 +0000 (-0800) Subject: [PATCH] KVM: MMU: Report nx faults to the guest X-Git-Tag: v2.6.20-rc7~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b1087e6176a34c01eea3db269848f72fad72c1;p=pandora-kernel.git [PATCH] KVM: MMU: Report nx faults to the guest With the recent guest page fault change, we perform access checks on our own instead of relying on the cpu. This means we have to perform the nx checks as well. Software like the google toolbar on windows appears to rely on this somehow. Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed