commit | 0e7bc4b9610ed9fde0fa14f0b7a7f939805e5ae9 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Fri Jan 05 16:36:48 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Fri Jan 05 23:55:26 2007 -0800 |
tree | 7466256bb2117e1ef5cbb42d2f9a405e80baf5c9 | |
parent | 73f7198e738004671b885c443eb6f88df021c07f [diff] |
[PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tables A misaligned access affects two shadow ptes instead of just one. Since a misaligned access is unlikely to occur on a real page table, just zap the page out of existence, avoiding further trouble. Signed-off-by: Avi Kivity <avi@qumranet.com> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>