]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
x86: Add AMX CPUIDs enumeration
authorJing Liu <jing2.liu@intel.com>
Thu, 17 Feb 2022 06:04:31 +0000 (22:04 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Mar 2022 10:50:50 +0000 (11:50 +0100)
commitf21a48171cf3fa39532fc8553fd82e81b88b6474
treed329c64e13c0a95cc452122749b3841ab1234ef0
parent0f17f6b30f3b051f0f96ccc98c9f7f395713699f
x86: Add AMX CPUIDs enumeration

Add AMX primary feature bits XFD and AMX_TILE to
enumerate the CPU's AMX capability. Meanwhile, add
AMX TILE and TMUL CPUID leaf and subleaves which
exist when AMX TILE is present to provide the maximum
capability of TILE and TMUL.

Signed-off-by: Jing Liu <jing2.liu@intel.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20220217060434.52460-6-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
target/i386/kvm/kvm.c