Commit bdedff2
committed
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: Sean Christopherson <seanjc@google.com>1 parent 1c4522a commit bdedff2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5213 | 5213 | | |
5214 | 5214 | | |
5215 | 5215 | | |
5216 | | - | |
5217 | | - | |
5218 | | - | |
| 5216 | + | |
| 5217 | + | |
| 5218 | + | |
5219 | 5219 | | |
5220 | 5220 | | |
5221 | 5221 | | |
| |||
0 commit comments