]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita31ee5c660dd69d6fed6c688a6e12abe62ad7d09
tree27ee00f99ea3d57a3aaaba9368af228e9353470f
parent83d59ed9612775e30a9025d82878636970deafe3
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