From e49146dce8c3dc6f4485c1904b6587855f393e71 Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Wed, 22 Dec 2010 09:01:57 -0200 Subject: [PATCH] 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 Signed-off-by: Marcelo Tosatti --- Reading git-format-patch failed