qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/6] Recognize PCID feature


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 2/6] Recognize PCID feature
Date: Sat, 21 Jul 2012 13:27:01 +0100

From: "Mao, Junjie" <address@hidden>

This patch makes Qemu recognize the PCID feature specified from configuration 
or command line options.

Signed-off-by: Junjie Mao <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 target-i386/cpu.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-i386/cpu.c b/target-i386/cpu.c
index b3bcbac..6b9659f 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.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]