]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools/xen-cpuid: show enqcmd
authorOlaf Hering <olaf@aepfle.de>
Fri, 31 Jul 2020 15:41:27 +0000 (17:41 +0200)
committerJan 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

index ac3548dcfed487b4d038b08234b9a1d31825c777..2446941a475e0e3a96514d411221c95b8c080c74 100644 (file)
@@ -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",
 };