]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Remove guest mode check from kvm_check_nested_events
authorJim Mattson <jmattson@google.com>
Fri, 4 Jun 2021 17:26:00 +0000 (10:26 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:30 +0000 (13:09 -0400)
commitd955d59e145b73c0ffa4dc2cafe318513a232776
treeebe694ec67e8ab8b054e31fcf79bfdbf6fc93dc3
parentef551ca0b8c8360d0a8fe378665a43f897101f82
KVM: x86: Remove guest mode check from kvm_check_nested_events

A survey of the callsites reveals that they all ensure the vCPU is in
guest mode before calling kvm_check_nested_events. Remove this dead
code so that the only negative value this function returns (at the
moment) is -EBUSY.

Signed-off-by: Jim Mattson <jmattson@google.com>
Message-Id: <20210604172611.281819-2-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c