Version 2 both takes review comments into account, reorders some patches that have dependencies and also addresses new findings regarding NMI injections. Fixes for vmx_interrupt_allowed and vmx_nmi_allowed were split up as they turn out to be more different to each other and are independent anyway. Finally there was still a bug in the handling of EXIT_REASON_NMI_WINDOW - the wrong condition was checked. Applies on top of 'queue'. Jan Kiszka (5): KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1 KVM: nVMX: Rework event injection and recovery KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask KVM: nVMX: Fix conditions for interrupt injection KVM: nVMX: Fix conditions for NMI injection arch/x86/kvm/vmx.c | 210 ++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 154 insertions(+), 56 deletions(-) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html