OSDN Git Service

KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.
authorYi Sun <yi.y.sun@linux.intel.com>
Wed, 14 Dec 2016 02:42:29 +0000 (10:42 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Dec 2016 14:02:44 +0000 (15:02 +0100)
commit83781d180b219bd079ae72b341ee3f21fb236e97
tree54b12faa6a8031908ea5822df3f96ca425411a0a
parent37b9a671f346a184c4e381b32ee465cf7d248ae8
KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.

Expose AVX512IFMA/AVX512VBMI/SHA features to guest.

AVX512 spec can be found at:
https://software.intel.com/sites/default/files/managed/26/40/319433-026.pdf

SHA spec can be found at:
https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf

This patch depends on below patch.
http://marc.info/?l=linux-kernel&m=147932800828178&w=2

Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.c