From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH v3 0/5] KVM: nVMX: Make direct IRQ/NMI injection work Date: Sun, 24 Mar 2013 19:44:43 +0100 Message-ID: Cc: kvm , Paolo Bonzini , Nadav Har'El To: Gleb Natapov , Marcelo Tosatti Return-path: Received: from mout.web.de ([212.227.15.4]:55885 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753558Ab3CXSpA (ORCPT ); Sun, 24 Mar 2013 14:45:00 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This version addresses the comment on patch 2, simplifying it significantly by dropping everything that assumed an L2 vmentry on vmlaunch/vmresume could be canceled by an emulated vmexit to L1. 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 | 182 +++++++++++++++++++++++++++++++++++---------------- 1 files changed, 125 insertions(+), 57 deletions(-) -- 1.7.3.4