From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bandan Das Subject: [PATCH v2 0/3] nVMX: Fixes to run Xen as L1 Date: Mon, 31 Mar 2014 17:00:22 -0400 Message-ID: <1396299625-8285-1-git-send-email-bsd@redhat.com> Cc: Paolo Bonzini , Gleb Natapov , Jan Kiszka To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:52150 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751156AbaCaVAv (ORCPT ); Mon, 31 Mar 2014 17:00:51 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Minor changes to enable Xen as a L1 hypervisor. Tested with a Haswell host, Xen-4.3 L1 and debian6 L2 v2: * Remove advertising single context invalidation for emulated invept Patch "KVM: nVMX: check for null vmcs12 when L1 does invept" from v1 is now obsolete and is removed * Reorder patches "KVM: nVMX: Advertise support for interrupt acknowledgement" and "nVMX: Ack and write vector info to intr_info if L1 asks us to" * Add commit description to 2/3 and change comment for nested_exit_intr_ack_set Jan, I will send a separate unit-test patch Bandan Das (3): KVM: nVMX: Don't advertise single context invalidation for invept KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to KVM: nVMX: Advertise support for interrupt acknowledgement arch/x86/kvm/irq.c | 1 + arch/x86/kvm/vmx.c | 35 ++++++++++++++++++++++++----------- 2 files changed, 25 insertions(+), 11 deletions(-) -- 1.8.3.1