From: Xiao Guangrong Date: Sat, 15 May 2010 10:51:24 +0000 (+0800) Subject: KVM: MMU: split kvm_sync_page() function X-Git-Tag: v2.6.36-rc1~580^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9dc7e000915b9607b480e34fcb4238b789fbb1;p=pandora-kernel.git KVM: MMU: split kvm_sync_page() function Split kvm_sync_page() into kvm_sync_page() and kvm_sync_page_transient() to clarify the code address Avi's suggestion kvm_sync_page_transient() function only update shadow page but not mark it sync and not write protect sp->gfn. it will be used by later patch Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed