qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] qemu kvm: Accept PCID feature


From: Mao, Junjie
Subject: [Qemu-devel] [PATCH] qemu kvm: Accept PCID feature
Date: Wed, 18 Apr 2012 03:23:28 +0000

This patch makes Qemu accept the PCID feature specified from configuration or command line options.
 
Signed-off-by: Mao, Junjie <address@hidden>
---
target-i386/cpuid.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
 
diff --git a/target-i386/cpuid.c b/target-i386/cpuid.c
index b9bfeaf..bc061b0 100644
--- a/target-i386/cpuid.c
+++ b/target-i386/cpuid.c
@@ -48,7 +48,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",
     NULL, "aes", "xsave", "osxsave",
     "avx", NULL, NULL, "hypervisor",
 
 

reply via email to

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