tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
authorHe Chen <he.chen@linux.intel.com>
Mon, 16 Jan 2017 08:05:03 +0000 (16:05 +0800)
committerWei Liu <wei.liu2@citrix.com>
Mon, 16 Jan 2017 17:30:31 +0000 (17:30 +0000)
Add AVX512 vpopcntdq information in xen-cpuid.c

Signed-off-by: He Chen <he.chen@linux.intel.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/misc/xen-cpuid.c

index 5d66e9496da43a62cea6dda66953086d15c983b4..106be0f8a387c5c47887963c4a1c8ac939e4dc23 100644 (file)
@@ -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] =