All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
@ 2017-01-16  8:05 He Chen
  2017-01-16  9:41 ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: He Chen @ 2017-01-16  8:05 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, He Chen

Add AVX512 vpopcntdq information in xen-cpuid.c

Signed-off-by: He Chen <he.chen@linux.intel.com>
---
 tools/misc/xen-cpuid.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tools/misc/xen-cpuid.c b/tools/misc/xen-cpuid.c
index 5d66e94..106be0f 100644
--- a/tools/misc/xen-cpuid.c
+++ b/tools/misc/xen-cpuid.c
@@ -124,7 +124,11 @@ static const char *str_7c0[32] =
     [ 2] = "REZ",      [ 3] = "pku",
     [ 4] = "ospke",
 
-    [5 ... 31] = "REZ",
+    [5 ... 13] = "REZ",
+
+    [14] = "avx512_vpopcntdq",
+
+    [15 ... 31] = "REZ",
 };
 
 static const char *str_e7d[32] =
-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-16 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16  8:05 [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c He Chen
2017-01-16  9:41 ` Wei Liu
2017-01-16 10:37   ` Andrew Cooper
2017-01-16 17:32     ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.