commit | 1d9dc7e000915b9607b480e34fcb4238b789fbb1 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Sat May 15 18:51:24 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:35:49 2010 +0300 |
tree | bb90f755e648b97a69b10348e5ed2c65822d9c59 | |
parent | 98918833a3e21ffc5619535955e7a003cb788163 [diff] |
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 <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Avi Kivity <avi@redhat.com>