From: Avi Kivity Date: Sun, 9 Dec 2007 16:43:00 +0000 (+0200) Subject: KVM: MMU: Use mmu_set_spte() for real-mode shadows X-Git-Tag: v2.6.25-rc1~1138^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e833240f3c1b0b415efb14eaa102718769d5f063;p=pandora-kernel.git KVM: MMU: Use mmu_set_spte() for real-mode shadows In addition to removing some duplicated code, this also handles the unlikely case of real-mode code updating a guest page table. This can happen when one vcpu (in real mode) touches a second vcpu's (in protected mode) page tables, or if a vcpu switches to real mode, touches page tables, and switches back. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed