All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mao, Junjie" <junjie.mao@intel.com>
To: Avi Kivity <avi@redhat.com>
Cc: "'kvm@vger.kernel.org'" <kvm@vger.kernel.org>
Subject: RE: [PATCH] qemu kvm: Recognize PCID feature
Date: Wed, 18 Jul 2012 08:44:11 +0000	[thread overview]
Message-ID: <EF5A1D57CFBD5A4BA5EB3ED985B6DC6E0AD6C0@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <EF5A1D57CFBD5A4BA5EB3ED985B6DC6E0AC47E@SHSMSX101.ccr.corp.intel.com>

Hi, Avi

Any comments on this patch? :)

> -----Original Message-----
> From: kvm-owner@vger.kernel.org [mailto:kvm-owner@vger.kernel.org] On
> Behalf Of Mao, Junjie
> Sent: Friday, July 13, 2012 12:58 PM
> To: 'kvm@vger.kernel.org'
> Subject: [PATCH] qemu kvm: Recognize PCID feature
> 
> This patch makes Qemu recognize the PCID feature specified from
> configuration or command line options.
> 
> Signed-off-by: Junjie Mao <junjie.mao@intel.com>
> ---
>  target-i386/cpu.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 5521709..efc6ece
> 100644
> --- a/target-i386/cpu.c
> +++ b/target-i386/cpu.c
> @@ -50,7 +50,7 @@ static const char *ext_feature_name[] = {
>      "ds_cpl", "vmx", "smx", "est",
>      "tm2", "ssse3", "cid", NULL,
>      "fma", "cx16", "xtpr", "pdcm",
> -    NULL, NULL, "dca", "sse4.1|sse4_1",
> +    NULL, "pcid", "dca", "sse4.1|sse4_1",
>      "sse4.2|sse4_2", "x2apic", "movbe", "popcnt",
>      "tsc-deadline", "aes", "xsave", "osxsave",
>      "avx", NULL, NULL, "hypervisor",
> --
> 1.7.1
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a
> message to majordomo@vger.kernel.org More majordomo info at
> http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-07-18  8:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-13  4:57 [PATCH] qemu kvm: Recognize PCID feature Mao, Junjie
2012-07-18  8:44 ` Mao, Junjie [this message]
2012-07-18  9:29   ` Jan Kiszka
2012-07-18  9:29     ` [Qemu-devel] " Jan Kiszka
2012-07-18 20:23     ` Marcelo Tosatti
2012-07-18 20:23       ` [Qemu-devel] " Marcelo Tosatti

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=EF5A1D57CFBD5A4BA5EB3ED985B6DC6E0AD6C0@SHSMSX101.ccr.corp.intel.com \
    --to=junjie.mao@intel.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.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.