Re: [Xen-devel] [PATCH v2 0/4] x86/cpuid: Enable new SSE/AVX/AVX512 cpu features

2017-11-10 Thread Jan Beulich
>>> On 10.11.17 at 10:36, wrote: > Yang Zhong (4): > x86/cpuid: Enable new SSE/AVX/AVX512 cpu features The ordering is wrong - as said before, these ... > x86emul: Support GFNI insns > x86emul: Support vpclmulqdq > x86emul: Support vaes insns ... are supposed to be prereqs of the actual

[Xen-devel] [PATCH v2 0/4] x86/cpuid: Enable new SSE/AVX/AVX512 cpu features

2017-11-10 Thread Yang Zhong
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