KVM: MMU: move the relevant mmu code to mmu.c
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Mon, 28 Nov 2011 12:42:16 +0000 (20:42 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:22:09 +0000 (11:22 +0200)
commite459e3228dc57f7160e564ce0f09edb5bee656d3
treeaa3b61d28e69a094f0c7906de40c5fcdca38b3d6
parent9edb17d55f3ea4943f9654f2aad7a99b4c55840a
KVM: MMU: move the relevant mmu code to mmu.c

Move the mmu code in kvm_arch_vcpu_init() to kvm_mmu_create()

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c