On 14/04/20 22:11, Cathy Avery wrote: > 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(-) > Thanks, I've integrated this in Sean's event reinjection series and will post soon my own take on both. Paolo