]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: mmu: Move translate_gpa() to mmu.c
authorMohammed Gamal <mgamal@redhat.com>
Fri, 10 Jul 2020 15:48:04 +0000 (17:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jul 2020 17:09:40 +0000 (13:09 -0400)
commit495965b6dbcf2822a27caefb55b60c178f8e3108
treec4ee14bacb3bef03117c58df71eba947290bb4ef
parent09f841dd6741dba885cf4eb5851bb1ca7706b7df
KVM: x86: mmu: Move translate_gpa() to mmu.c

Also no point of it being inline since it's always called through
function pointers. So remove that.

Signed-off-by: Mohammed Gamal <mgamal@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20200710154811.418214-3-mgamal@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu/mmu.c