commit | 73b1087e6176a34c01eea3db269848f72fad72c1 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jan 26 00:56:41 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Jan 26 13:50:57 2007 -0800 |
tree | 05e74fb28c1980e8327587934f2a0fe2a3c0d683 | |
parent | 7993ba43db1c07245ada067791f91dbf018095ac [diff] |
[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 <avi@qumranet.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>