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)
commit6c1c6e58356b87017839f71120d1c250b4e0f7ff
tree750b4c5dfa9840915e38ecc298b33c3960d65f4b
parentde182481629c2dc248adbb4ec5df83cd9d633dd4
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: 33b22172452f0 ("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