From: He Chen <he.chen@linux.intel.com>
To: xen-devel@lists.xenproject.org
Cc: Wei Liu <wei.liu2@citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>,
He Chen <he.chen@intel.com>
Subject: [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c
Date: Mon, 16 Jan 2017 16:05:03 +0800 [thread overview]
Message-ID: <1484553903-17276-1-git-send-email-he.chen@linux.intel.com> (raw)
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
next reply other threads:[~2017-01-16 8:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 8:05 He Chen [this message]
2017-01-16 9:41 ` [PATCH] tools/misc: add AVX512 vpopcntdq in xen-cpuid.c Wei Liu
2017-01-16 10:37 ` Andrew Cooper
2017-01-16 17:32 ` Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484553903-17276-1-git-send-email-he.chen@linux.intel.com \
--to=he.chen@linux.intel.com \
--cc=he.chen@intel.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.