From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v2 0/5] KVM: nVMX: Make direct IRQ/NMI injection work Date: Sat, 16 Mar 2013 11:23:14 +0100 Message-ID: Cc: kvm , Paolo Bonzini , Nadav Har'El To: Gleb Natapov , Marcelo Tosatti Return-path: Received: from mout.web.de ([212.227.17.12]:63587 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755463Ab3CPKXb (ORCPT ); Sat, 16 Mar 2013 06:23:31 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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