commit | 887c08ac191efb103e33e589aacbc2ce1a3f131e | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Sun Aug 22 19:10:28 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:26 2010 +0200 |
tree | 635b2da93109722e5a254041d5b193a8db99b8d9 | |
parent | 45888a0c6edc305495b6bd72a30e66bc40b324c6 [diff] |
KVM: MMU: introduce hva_to_pfn_atomic function Introduce hva_to_pfn_atomic(), it's the fast path and can used in atomic context, the later patch will use it Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>