From: Avi Kivity Date: Sat, 6 Jan 2007 00:36:44 +0000 (-0800) Subject: [PATCH] KVM: MMU: Support emulated writes into RAM X-Git-Tag: v2.6.20-rc4~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4a00f002239f72b0d7d0eeaa3b60100e2b1438;p=pandora-kernel.git [PATCH] KVM: MMU: Support emulated writes into RAM As the mmu write protects guest page table, we emulate those writes. Since they are not mmio, there is no need to go to userspace to perform them. So, perform the writes in the kernel if possible, and notify the mmu about them so it can take the approriate action. Signed-off-by: Avi Kivity Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed