qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RESEND] Recognize PCID feature
@ 2012-07-20  7:08 Mao, Junjie
  2012-07-21  9:43 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Mao, Junjie @ 2012-07-20  7:08 UTC (permalink / raw)
  To: 'qemu-devel@nongnu.org', 'kvm@vger.kernel.org'
  Cc: 'qemu-trivial@nongnu.org'

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH RESEND] Recognize PCID feature
  2012-07-20  7:08 [Qemu-devel] [PATCH RESEND] Recognize PCID feature Mao, Junjie
@ 2012-07-21  9:43 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-07-21  9:43 UTC (permalink / raw)
  To: Mao, Junjie
  Cc: 'qemu-trivial@nongnu.org',
	'qemu-devel@nongnu.org', 'kvm@vger.kernel.org'

On Fri, Jul 20, 2012 at 07:08:21AM +0000, Mao, Junjie wrote:
> 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(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-21  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20  7:08 [Qemu-devel] [PATCH RESEND] Recognize PCID feature Mao, Junjie
2012-07-21  9:43 ` Stefan Hajnoczi

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).