]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd8289ad2a8829b7fd7b249946cf3f1356a7c0054
tree54b12faa6a8031908ea5822df3f96ca425411a0a
parent0c96dbc5de33fb9f4cabd200c5ada4a72313b6f0
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