[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids

Zhao Liu posted 4 patches 1 week, 4 days ago
arch/x86/include/asm/cpufeatures.h |  1 +
arch/x86/include/asm/kvm_host.h    |  2 ++
arch/x86/kvm/cpuid.c               | 46 ++++++++++++++++++++++++++++--
arch/x86/kvm/reverse_cpuid.h       | 15 ++++++++++
4 files changed, 62 insertions(+), 2 deletions(-)
[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
Posted by Zhao Liu 1 week, 4 days ago
Hi,

This series advertises new instruction CPUIDs to userspace, which are
supported by Intel Diamond Rapids platform.

I've attached the spec link for each (family of) instruction in each
patch. Since the instructions included in this series don't require
additional enabling work, pass them through to guests directly.

This series is based on the master branch at the commit 23cb64fb7625
("Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc").

Thanks for your review!

Best Regards,
Zhao
---
Zhao Liu (4):
  KVM: x86: Advertise MOVRS CPUID to userspace
  KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspace
  KVM: x86: Advertise AVX10.2 CPUID to userspace
  KVM: x86: Advertise AVX10_VNNI_INT CPUID to userspace

 arch/x86/include/asm/cpufeatures.h |  1 +
 arch/x86/include/asm/kvm_host.h    |  2 ++
 arch/x86/kvm/cpuid.c               | 46 ++++++++++++++++++++++++++++--
 arch/x86/kvm/reverse_cpuid.h       | 15 ++++++++++
 4 files changed, 62 insertions(+), 2 deletions(-)

-- 
2.34.1