KVM: MMU: only write protect mappings at pagetable level
authorMarcelo Tosatti <mtosatti@redhat.com>
Wed, 22 Dec 2010 11:01:57 +0000 (09:01 -0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:31:13 +0000 (11:31 +0200)
commite49146dce8c3dc6f4485c1904b6587855f393e71
tree1a7db0516cee7ff2810445e16d21dadd960237af
parent16d8f72f70a85ce333788204a69318827130ca75
KVM: MMU: only write protect mappings at pagetable level

If a pagetable contains a writeable large spte, all of its sptes will be
write protected, including non-leaf ones, leading to endless pagefaults.

Do not write protect pages above PT_PAGE_TABLE_LEVEL, as the spte fault
paths assume non-leaf sptes are writable.

Tested-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/mmu.c