Skip to content
Commit bdedff26 authored by Sean Christopherson's avatar Sean Christopherson
Browse files

KVM: x86: Route pending NMIs from userspace through process_nmi()



Use the asynchronous NMI queue to handle pending NMIs coming in from
userspace during KVM_SET_VCPU_EVENTS so that all of KVM's logic for
handling multiple NMIs goes through process_nmi().  This will simplify
supporting SVM's upcoming "virtual NMI" functionality, which will need
changes KVM manages pending NMIs.

Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
parent 1c4522ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment