]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: move setting of ept_identity_map_addr to vmx.c
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 20 Mar 2018 19:17:19 +0000 (12:17 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 23 Mar 2018 17:30:47 +0000 (18:30 +0100)
commitc360e8ce38435c562c21707ae8e0921f4343f7e8
tree098d63984ed56eb506e2d37abe34ea36eec4292d
parent83296dce6a1301acb0edaf10db1161ff604dbc5c
KVM: x86: move setting of ept_identity_map_addr to vmx.c

Add kvm_x86_ops->set_identity_map_addr and set ept_identity_map_addr
in VMX specific code so that ept_identity_map_addr can be moved out
of 'struct kvm_arch' in a future patch.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c