projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb79dc1
)
tools/xen-cpuid: show enqcmd
author
Olaf Hering
<olaf@aepfle.de>
Fri, 31 Jul 2020 15:41:27 +0000
(17:41 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 31 Jul 2020 15:41:27 +0000
(17:41 +0200)
Translate <29> into a feature string.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/misc/xen-cpuid.c
patch
|
blob
|
history
diff --git
a/tools/misc/xen-cpuid.c
b/tools/misc/xen-cpuid.c
index ac3548dcfed487b4d038b08234b9a1d31825c777..2446941a475e0e3a96514d411221c95b8c080c74 100644
(file)
--- a/
tools/misc/xen-cpuid.c
+++ b/
tools/misc/xen-cpuid.c
@@
-133,7
+133,7
@@
static const char *const str_7c0[32] =
[22] = "rdpid",
/* 24 */ [25] = "cldemote",
/* 26 */ [27] = "movdiri",
- [28] = "movdir64b",
+ [28] = "movdir64b",
[29] = "enqcmd",
[30] = "sgx-lc",
};