]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()
authorSean Christopherson <sean.j.christopherson@intel.com>
Wed, 6 May 2020 20:46:53 +0000 (13:46 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 May 2020 16:26:24 +0000 (12:26 -0400)
commit2420c05f347ece69a7e78da44bb8c410f4e9befe
tree750b4c5dfa9840915e38ecc298b33c3960d65f4b
parent2b6a64fc3f17359da9a5a9dddd2fc9e87def0fa2
KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()

Remove a 'struct kvm_x86_ops' param that got left behind when the nested
ops were moved to their own struct.

Fixes: e5639c9744fb0 ("KVM: x86: move nested-related kvm_x86_ops to a separate struct")
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200506204653.14683-1-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/nested.h
arch/x86/kvm/vmx/vmx.c