OSDN Git Service

KVM: x86: Add a return code to inject_pending_event
authorJim Mattson <jmattson@google.com>
Fri, 4 Jun 2021 17:26:03 +0000 (10:26 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:30 +0000 (13:09 -0400)
commita5f6909a71f9223b7d7da71974bae226f94d9d68
tree741c276f89d62c84431f6b31810da8db3f9d4ce5
parent650293c3de6b042c4a2e87b2bc678efcff3843e8
KVM: x86: Add a return code to inject_pending_event

No functional change intended. At present, 'r' will always be -EBUSY
on a control transfer to the 'out' label.

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