projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1fdcf
)
add "tsc-deadline" flag name to feature_ecx table
author
Eduardo Habkost
<ehabkost@redhat.com>
Tue, 6 Mar 2012 18:11:30 +0000
(15:11 -0300)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 12 Mar 2012 19:05:25 +0000
(14:05 -0500)
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/cpuid.c
patch
|
blob
|
history
diff --git
a/target-i386/cpuid.c
b/target-i386/cpuid.c
index c2edb646fe1814ce21010c9a8cb02bdc51c1ed9e..465ea15f45ad6c08965ab27a2a3b981bd24e32ac 100644
(file)
--- a/
target-i386/cpuid.c
+++ b/
target-i386/cpuid.c
@@
-50,7
+50,7
@@
static const char *ext_feature_name[] = {
"fma", "cx16", "xtpr", "pdcm",
NULL, NULL, "dca", "sse4.1|sse4_1",
"sse4.2|sse4_2", "x2apic", "movbe", "popcnt",
-
NULL
, "aes", "xsave", "osxsave",
+
"tsc-deadline"
, "aes", "xsave", "osxsave",
"avx", NULL, NULL, "hypervisor",
};
static const char *ext2_feature_name[] = {