From: Avi Kivity Date: Tue, 1 May 2007 11:16:52 +0000 (+0300) Subject: KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() X-Git-Tag: v2.6.23-rc1~520^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09072daf37abbfe8e2d5018dd913f229c76190f7;p=pandora-kernel.git KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() Instead of calling two functions and repeating expensive checks, call one function and provide it with before/after information. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed