linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: SVM: Implement check_nested_events for NMI
@ 2020-04-14 20:11 Cathy Avery
  2020-04-14 20:11 ` [PATCH 1/2] " Cathy Avery
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Cathy Avery @ 2020-04-14 20:11 UTC (permalink / raw)
  To: linux-kernel, kvm, pbonzini; +Cc: vkuznets, wei.huang2

Moved nested NMI exit to new check_nested_events.
The second patch fixes the NMI pending race condition that now occurs.

Cathy Avery (2):
  KVM: SVM: Implement check_nested_events for NMI
  KVM: x86: check_nested_events if there is an injectable NMI

 arch/x86/kvm/svm/nested.c | 21 +++++++++++++++++++++
 arch/x86/kvm/svm/svm.c    |  2 +-
 arch/x86/kvm/svm/svm.h    | 15 ---------------
 arch/x86/kvm/x86.c        | 15 +++++++++++----
 4 files changed, 33 insertions(+), 20 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-04-23 18:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 20:11 [PATCH 0/2] KVM: SVM: Implement check_nested_events for NMI Cathy Avery
2020-04-14 20:11 ` [PATCH 1/2] " Cathy Avery
2020-04-14 20:11 ` [PATCH 2/2] KVM: x86: check_nested_events if there is an injectable NMI Cathy Avery
2020-04-23 14:42   ` Sean Christopherson
2020-04-23 15:10     ` Paolo Bonzini
2020-04-23 15:35       ` Sean Christopherson
2020-04-23 15:43         ` Paolo Bonzini
2020-04-23 18:32           ` Paolo Bonzini
2020-04-23 15:36     ` Cathy Avery
2020-04-23 15:45       ` Paolo Bonzini
2020-04-23 18:33         ` Sean Christopherson
2020-04-23 18:47           ` Paolo Bonzini
2020-04-15  9:49 ` [PATCH 0/2] KVM: SVM: Implement check_nested_events for NMI Vitaly Kuznetsov
2020-04-15 12:45   ` Paolo Bonzini
2020-04-23 13:43 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).