]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: reorganize hva_to_pfn
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Tue, 21 Aug 2012 03:00:22 +0000 (11:00 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 22 Aug 2012 12:08:54 +0000 (15:08 +0300)
commit498965a193906490cb9ce2516120c4e4cfa33cef
tree29286338f67b88225a791203f2705471f438c8a2
parentd43e4db36b118ecb536b271fcb08bbc5aecd91ff
KVM: reorganize hva_to_pfn

We do too many things in hva_to_pfn, this patch reorganize the code,
let it be better readable

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
virt/kvm/kvm_main.c