Re: [PATCH 1/3] KVM: MMU: split kvm_sync_page() function

2010-05-19 Thread Avi Kivity
On 05/15/2010 01:51 PM, Xiao Guangrong wrote: 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 la

[PATCH 1/3] KVM: MMU: split kvm_sync_page() function

2010-05-15 Thread Xiao Guangrong
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 --- a