kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jian Zhou <jianjay.zhou@huawei.com>
To: <kvm@vger.kernel.org>, Paolo Bonzini <pbonzini@redhat.com>
Cc: <herongguang.he@huawei.com>, <weidong.huang@huawei.com>,
	<peter.huangpeng@huawei.com>
Subject: Re: [PATCH v2 0/4] KVM: VMX: enable LBR virtualization
Date: Mon, 9 Nov 2015 09:33:40 +0800	[thread overview]
Message-ID: <563FF7F4.6050909@huawei.com> (raw)
In-Reply-To: <1445591718-5720-1-git-send-email-jianjay.zhou@huawei.com>

Hi Paolo,

May I ask that any suggestion about the version 2 of VMX LBRV?
This version is updated following your advices in version 1.
BTW the kvm-unit-test for this feature has sent too, and I
have tested the CPUs emulated by QEMU.

Thanks,
Jian

On 2015/10/23 17:15, Jian Zhou wrote:
> Changelog in v2:
>    (1) move the implementation into vmx.c
>    (2) migraton is supported
>    (3) add arrays in kvm_vcpu_arch struct to save/restore
>        LBR MSRs at vm exit/entry time.
>    (4) add a parameter of kvm_intel module to permanently
>        disable LBRV
>    (5) table of supported CPUs is reorgnized, LBRV
>        can be enabled or not according to the guest CPUID
>
> Jian Zhou (4):
>    KVM: X86: Add arrays to save/restore LBR MSRs
>    KVM: X86: LBR MSRs of supported CPU types
>    KVM: X86: Migration is supported
>    KVM: VMX: details of LBR virtualization implementation
>
>   arch/x86/include/asm/kvm_host.h  |  26 ++++-
>   arch/x86/include/asm/msr-index.h |  26 ++++-
>   arch/x86/kvm/vmx.c               | 245 +++++++++++++++++++++++++++++++++++++++
>   arch/x86/kvm/x86.c               |  88 ++++++++++++--
>   4 files changed, 366 insertions(+), 19 deletions(-)
>
> --
> 1.7.12.4
>


  parent reply	other threads:[~2015-11-09  1:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  9:15 [PATCH v2 0/4] KVM: VMX: enable LBR virtualization Jian Zhou
2015-10-23  9:15 ` [PATCH v2 1/4] KVM: X86: Add arrays to save/restore LBR MSRs Jian Zhou
2015-10-23 12:14   ` kbuild test robot
2015-10-23  9:15 ` [PATCH v2 2/4] KVM: X86: LBR MSRs of supported CPU types Jian Zhou
2015-10-23  9:15 ` [PATCH v2 3/4] KVM: X86: Migration is supported Jian Zhou
2015-11-11 15:15   ` Paolo Bonzini
2015-11-12  7:06     ` Jian Zhou
2015-11-12  9:00       ` Paolo Bonzini
2015-11-12 10:39         ` Jian Zhou
2015-10-23  9:15 ` [PATCH v2 4/4] KVM: VMX: details of LBR virtualization implementation Jian Zhou
2015-11-09  1:33 ` Jian Zhou [this message]
2015-11-09  9:06   ` [PATCH v2 0/4] KVM: VMX: enable LBR virtualization Paolo Bonzini
2015-11-09  9:26     ` Jian Zhou
2015-11-11 15:23 ` Paolo Bonzini
2015-11-12  8:06   ` Jian Zhou
  -- strict thread matches above, loose matches on Subject: below --
2015-10-23  8:46 Jian Zhou

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=563FF7F4.6050909@huawei.com \
    --to=jianjay.zhou@huawei.com \
    --cc=herongguang.he@huawei.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.huangpeng@huawei.com \
    --cc=weidong.huang@huawei.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).