commit | bd6360cc0a545544b5e69ae4428ac031c4e43588 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Tue Oct 16 20:10:12 2012 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Oct 17 16:39:19 2012 +0200 |
tree | e00565bf3ed3e59d5a0ceac48f675ca2d5dd9f37 | |
parent | a052b42b0e618f34ca891f00b4e8b8ac0e4b80c0 [diff] |
KVM: MMU: introduce FNAME(prefetch_gpte) The only difference between FNAME(update_pte) and FNAME(pte_prefetch) is that the former is allowed to prefetch gfn from dirty logged slot, so introduce a common function to prefetch spte Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>