KVM: x86: check_nested_events is never NULL
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 Apr 2020 14:32:53 +0000 (10:32 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Apr 2020 13:04:56 +0000 (09:04 -0400)
commit56083bdf67c78030f11cdaed5b2b54959a329b02
tree27ee00f99ea3d57a3aaaba9368af228e9353470f
parent1d2c6c9bd4b768bb665eeeb793dd50c2cebcbf0c
KVM: x86: check_nested_events is never NULL

Both Intel and AMD now implement it, so there is no need to check if the
callback is implemented.

Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c