Re: [PATCH] KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()

From: Jim Mattson
Date: Wed May 06 2020 - 17:19:40 EST


On Wed, May 6, 2020 at 1:46 PM Sean Christopherson
<sean.j.christopherson@xxxxxxxxx> wrote:
>
> 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@xxxxxxxxx>
Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>