From 374cbac0333ddf5cf1c6637efaf7f3adcc67fd75 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Fri, 5 Jan 2007 16:36:43 -0800 Subject: [PATCH] [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them When we cache a guest page table into a shadow page table, we need to prevent further access to that page by the guest, as that would render the cache incoherent. Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed