projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b71758
)
target-i386: Add "mpx" CPU feature name
author
Eduardo Habkost
<ehabkost@redhat.com>
Mon, 25 Aug 2014 20:02:12 +0000
(17:02 -0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 26 Aug 2014 12:52:38 +0000
(14:52 +0200)
Migration support for MPX is already implemented (commit
79e9ebebbf2a00c46fcedb6dc7dd5e12bbd30216
), so we can add it to the list
of known feature names.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.c
patch
|
blob
|
history
diff --git
a/target-i386/cpu.c
b/target-i386/cpu.c
index 52e335f145d67b9dbc3313f07eef2952280bf74c..f4ee3535f009ab5f6fc002e32acbcfe4ed23a0ec 100644
(file)
--- a/
target-i386/cpu.c
+++ b/
target-i386/cpu.c
@@
-258,7
+258,7
@@
static const char *svm_feature_name[] = {
static const char *cpuid_7_0_ebx_feature_name[] = {
"fsgsbase", NULL, NULL, "bmi1", "hle", "avx2", NULL, "smep",
- "bmi2", "erms", "invpcid", "rtm", NULL, NULL,
NULL
, NULL,
+ "bmi2", "erms", "invpcid", "rtm", NULL, NULL,
"mpx"
, NULL,
NULL, NULL, "rdseed", "adx", "smap", NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
};