Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753107AbaBZQyu (ORCPT ); Wed, 26 Feb 2014 11:54:50 -0500 Received: from mail-ee0-f49.google.com ([74.125.83.49]:51181 "EHLO mail-ee0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720AbaBZQys (ORCPT ); Wed, 26 Feb 2014 11:54:48 -0500 From: Paolo Bonzini To: linux-kernel@vger.kernel.org Cc: kvm@vger.kernel.org, mtosatti@redhat.com, gleb@kernel.org, jan.kiszka@siemens.com, Liu Jinsong Subject: [PATCH v2 0/2] KVM: x86: more xsave and mpx improvements Date: Wed, 26 Feb 2014 17:54:39 +0100 Message-Id: <1393433681-22888-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here are the patches I mentioned while reviewing Liu Jinsong's MPX series. Patch 1 is a further cleanup of xcr0 handling, and patch 2 introduces nested virtualization support for MPX. Please review. Thanks, Paolo Paolo Bonzini (2): KVM: x86: introduce kvm_supported_xcr0() KVM: x86: Add nested virtualization support for MPX arch/x86/kvm/cpuid.c | 27 ++++++++++++++++----------- arch/x86/kvm/vmx.c | 17 +++++++++++++++++ arch/x86/kvm/x86.c | 4 +--- arch/x86/kvm/x86.h | 2 ++ 4 files changed, 36 insertions(+), 14 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/