All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] x86/cpuid: Enable new SSE/AVX/AVX512 cpu features
@ 2017-11-10  9:36 Yang Zhong
  2017-11-10  9:36 ` [PATCH v2 1/4] " Yang Zhong
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Yang Zhong @ 2017-11-10  9:36 UTC (permalink / raw)
  To: xen-devel; +Cc: yang.zhong, yi.y.sun, chao.p.peng, luwei.kang, yu.c.zhang

The new cpu features in intel icelake: AVX512VBMI2/GFNI/VAES/
AVX512VNNI/AVX512BITALG/VPCLMULQDQ.


v1: need implement x86 emulation for Legacy and VEX insns, 
    EVEX insns in next time suggested by Jan 


Yang Zhong (4):
  x86/cpuid: Enable new SSE/AVX/AVX512 cpu features
  x86emul: Support GFNI insns
  x86emul: Support vpclmulqdq
  x86emul: Support vaes insns

 docs/man/xl.cfg.pod.5.in                    |  3 ++-
 tools/libxl/libxl_cpuid.c                   |  6 +++++
 tools/misc/xen-cpuid.c                      | 13 +++++-----
 xen/arch/x86/x86_emulate/x86_emulate.c      | 37 ++++++++++++++++++++++++++++-
 xen/include/asm-x86/cpufeature.h            |  5 ++++
 xen/include/public/arch-x86/cpufeatureset.h |  6 +++++
 xen/tools/gen-cpuid.py                      |  3 ++-
 7 files changed, 64 insertions(+), 9 deletions(-)

-- 
1.9.1


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

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

end of thread, other threads:[~2017-11-10 10:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-10  9:36 [PATCH v2 0/4] x86/cpuid: Enable new SSE/AVX/AVX512 cpu features Yang Zhong
2017-11-10  9:36 ` [PATCH v2 1/4] " Yang Zhong
2017-11-10 10:32   ` Jan Beulich
2017-11-10 10:43     ` Zhong Yang
2017-11-10  9:36 ` [PATCH v2 2/4] x86emul: Support GFNI insns Yang Zhong
2017-11-10  9:36 ` [PATCH v2 3/4] x86emul: Support vpclmulqdq Yang Zhong
2017-11-10  9:36 ` [PATCH v2 4/4] x86emul: Support vaes insns Yang Zhong
2017-11-10  9:42 ` [PATCH v2 0/4] x86/cpuid: Enable new SSE/AVX/AVX512 cpu features Jan Beulich

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.