All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Liu, Jinsong" <jinsong.liu@intel.com>
Cc: "gleb@redhat.com" <gleb@redhat.com>,
	"hpa@zytor.com" <hpa@zytor.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/4] X86/KVM: enable Intel MPX for KVM
Date: Wed, 11 Dec 2013 10:53:10 +0100	[thread overview]
Message-ID: <52A83606.40908@redhat.com> (raw)
In-Reply-To: <DE8DF0795D48FD4CA783C40EC82923350141B4A7@SHSMSX101.ccr.corp.intel.com>

Il 11/12/2013 09:31, Liu, Jinsong ha scritto:
> Paolo, comments for version 2?

I think I commented that it's fine, I'm just waiting for a rebase on top
of the generic patches.

Paolo

> Thanks,
> Jinsong
> 
> Liu, Jinsong wrote:
>> These patches are version 2 to enalbe Intel MPX for KVM.
>>
>> Version 1:
>>   * Add some Intel MPX definiation
>>   * Fix a cpuid(0x0d, 0) exposing bug, dynamic per XCR0 features
>> enable/disable 
>>   * vmx and msr handle for MPX support at KVM
>>   * enalbe MPX feature for guest
>>
>> Version 2:
>>   * remove generic MPX definiation, kernel side has add the
>> definiation 
>>   * add MSR_IA32_BNDCFGS to msrs_to_save
>>
>> Thanks,
>> Jinsong
>>
>> Liu Jinsong (4):
>>   KVM/X86: Fix xsave cpuid exposing bug
>>   KVM/X86: Intel MPX vmx and msr handle
>>   KVM/X86: add MSR_IA32_BNDCFGS to msrs_to_save
>>   KVM/X86: Enable Intel MPX for guest.
>>
>>  arch/x86/include/asm/vmx.h            |    4 ++++
>>  arch/x86/include/asm/xsave.h          |    2 ++
>>  arch/x86/include/uapi/asm/msr-index.h |    1 +
>>  arch/x86/kvm/cpuid.c                  |    8 ++++----
>>  arch/x86/kvm/vmx.c                    |   18 ++++++++++++++++--
>>  arch/x86/kvm/x86.c                    |   12 +++++++++---
>>  arch/x86/kvm/x86.h                    |    3 ++-
>>  7 files changed, 38 insertions(+), 10 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Liu, Jinsong" <jinsong.liu@intel.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"gleb@redhat.com" <gleb@redhat.com>,
	"hpa@zytor.com" <hpa@zytor.com>
Subject: Re: [Qemu-devel] [PATCH v2 0/4] X86/KVM: enable Intel MPX for KVM
Date: Wed, 11 Dec 2013 10:53:10 +0100	[thread overview]
Message-ID: <52A83606.40908@redhat.com> (raw)
In-Reply-To: <DE8DF0795D48FD4CA783C40EC82923350141B4A7@SHSMSX101.ccr.corp.intel.com>

Il 11/12/2013 09:31, Liu, Jinsong ha scritto:
> Paolo, comments for version 2?

I think I commented that it's fine, I'm just waiting for a rebase on top
of the generic patches.

Paolo

> Thanks,
> Jinsong
> 
> Liu, Jinsong wrote:
>> These patches are version 2 to enalbe Intel MPX for KVM.
>>
>> Version 1:
>>   * Add some Intel MPX definiation
>>   * Fix a cpuid(0x0d, 0) exposing bug, dynamic per XCR0 features
>> enable/disable 
>>   * vmx and msr handle for MPX support at KVM
>>   * enalbe MPX feature for guest
>>
>> Version 2:
>>   * remove generic MPX definiation, kernel side has add the
>> definiation 
>>   * add MSR_IA32_BNDCFGS to msrs_to_save
>>
>> Thanks,
>> Jinsong
>>
>> Liu Jinsong (4):
>>   KVM/X86: Fix xsave cpuid exposing bug
>>   KVM/X86: Intel MPX vmx and msr handle
>>   KVM/X86: add MSR_IA32_BNDCFGS to msrs_to_save
>>   KVM/X86: Enable Intel MPX for guest.
>>
>>  arch/x86/include/asm/vmx.h            |    4 ++++
>>  arch/x86/include/asm/xsave.h          |    2 ++
>>  arch/x86/include/uapi/asm/msr-index.h |    1 +
>>  arch/x86/kvm/cpuid.c                  |    8 ++++----
>>  arch/x86/kvm/vmx.c                    |   18 ++++++++++++++++--
>>  arch/x86/kvm/x86.c                    |   12 +++++++++---
>>  arch/x86/kvm/x86.h                    |    3 ++-
>>  7 files changed, 38 insertions(+), 10 deletions(-)
> 

  reply	other threads:[~2013-12-11  9:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1386394315-48984-1-git-send-email-jinsong.liu@intel.com>
2013-12-11  8:31 ` [PATCH v2 0/4] X86/KVM: enable Intel MPX for KVM Liu, Jinsong
2013-12-11  8:31   ` [Qemu-devel] " Liu, Jinsong
2013-12-11  9:53   ` Paolo Bonzini [this message]
2013-12-11  9:53     ` Paolo Bonzini
2013-12-12  5:47     ` Liu, Jinsong
2013-12-12  5:47       ` [Qemu-devel] " Liu, Jinsong
2013-12-12  5:47       ` Liu, Jinsong
2013-12-12  9:43       ` Paolo Bonzini
2013-12-12  9:43         ` [Qemu-devel] " Paolo Bonzini
2013-12-12  9:43         ` Paolo Bonzini
2013-12-12 11:09         ` Liu, Jinsong
2013-12-12 11:09           ` [Qemu-devel] " Liu, Jinsong
2014-01-20 14:35           ` Paolo Bonzini
2014-01-20 14:35             ` [Qemu-devel] " Paolo Bonzini
2014-01-21 15:25             ` Liu, Jinsong
2014-01-21 15:25               ` [Qemu-devel] " Liu, Jinsong
2014-01-21 16:33               ` Paolo Bonzini
2014-01-21 16:33                 ` [Qemu-devel] " Paolo Bonzini
2014-01-21 17:26                 ` Liu, Jinsong
2014-01-21 17:26                   ` [Qemu-devel] " Liu, Jinsong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A83606.40908@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=gleb@redhat.com \
    --cc=hpa@zytor.com \
    --cc=jinsong.liu@intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.