Re: [PATCH] KVM: x86: Remove AMX-TF32 enumeration
From: Zhao Liu
Date: Thu Jul 09 2026 - 06:57:17 EST
On Wed, Jul 08, 2026 at 09:01:18PM +0000, Chang S. Bae wrote:
> Date: Wed, 8 Jul 2026 21:01:18 +0000
> From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
> Subject: [PATCH] KVM: x86: Remove AMX-TF32 enumeration
> X-Mailer: git-send-email 2.51.0
>
> AMX-TF32 enumeration was added based on the Intel documentation [1]. The
> recent update removed the feature, indicating that the feature is no
> longer planned for hardware implementation.
>
> [1] Intel Architecture Instruction Set Extensions and Future Features
>
> Cc: Zhao Liu <zhao1.liu@xxxxxxxxx>
> Cc: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>
> Signed-off-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx>
> ---
> Note: The feature first appeared in the September 2025 revision of the
> document and was removed in the June 2026 revision.
> ---
> arch/x86/kvm/cpuid.c | 1 -
> arch/x86/kvm/reverse_cpuid.h | 1 -
> 2 files changed, 2 deletions(-)
LGTM,
Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx>
Thanks,
Zhao