KVM: x86: Add a return code to kvm_apic_accept_events
authorJim Mattson <jmattson@google.com>
Fri, 4 Jun 2021 17:26:04 +0000 (10:26 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:31 +0000 (13:09 -0400)
commit4fe09bcf14a666b8fa4d79ce1b4c87afa753f827
tree07347dbfa07b71b0bc91f5ed44a5994f40c1a5af
parenta5f6909a71f9223b7d7da71974bae226f94d9d68
KVM: x86: Add a return code to kvm_apic_accept_events

No functional change intended. At present, the only negative value
returned by kvm_check_nested_events is -EBUSY.

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