From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v2 0/2] KVM: x86: more xsave and mpx improvements Date: Thu, 27 Feb 2014 13:54:17 +0100 Message-ID: <530F3579.8030903@redhat.com> References: <1393433681-22888-1-git-send-email-pbonzini@redhat.com> <530F1F55.1020209@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mtosatti@redhat.com, gleb@kernel.org, Liu Jinsong To: Jan Kiszka , linux-kernel@vger.kernel.org Return-path: In-Reply-To: <530F1F55.1020209@siemens.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 27/02/2014 12:19, Jan Kiszka ha scritto: > On 2014-02-26 17:54, Paolo Bonzini wrote: >> 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(-) >> > > Is this round different from the other v2? No, they're the same. Paolo