projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4889f5
)
Recognize PCID feature
author
Mao, Junjie
<junjie.mao@intel.com>
Fri, 20 Jul 2012 07:08:21 +0000
(07:08 +0000)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Sat, 21 Jul 2012 09:54:40 +0000
(10:54 +0100)
This patch makes Qemu recognize the PCID feature specified from configuration or command line options.
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
target-i386/cpu.c
patch
|
blob
|
history
diff --git
a/target-i386/cpu.c
b/target-i386/cpu.c
index b3bcbacd76e8f174734b8cd659e4c2b6fecb4768..6b9659f9e7064ed5a35daca28c833c3f8c8ef196 100644
(file)
--- 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",