On Wed, Jul 08, 2026 at 09:03:26PM +0000, Chang S. Bae wrote: > Date: Wed, 8 Jul 2026 21:03:26 +0000 > From: "Chang S. Bae" <[email protected]> > Subject: [PATCH] i386/cpu: Remove AMX-TF32 CPUID bit > X-Mailer: git-send-email 2.51.0 > > A recent revision of the Intel document [1] removed AMX-TF32, confirming > that the feature will not be implemented in future processors. Remove the > feature bit definition and its enumeration from the Diamond Rapids CPU > model. > > [1] Intel Architecture Instruction Set Extensions and Future Features > (Rev.062) > > Cc: Zhao Liu <[email protected]> > Signed-off-by: Chang S. Bae <[email protected]> > --- > KVM side posting: > https://lore.kernel.org/all/[email protected] > --- > target/i386/cpu.c | 5 ++--- > target/i386/cpu.h | 2 -- > 2 files changed, 2 insertions(+), 5 deletions(-)>
(Cc stable list) At present, there's no user for DMR CPU model, so I think it's safe to drop this feature flag from DMR CPU model driectly. But to avoid unnecessary warning on older QEMU, IMO this patch should be backported to the stable QEMU as well. Reviewed-by: Zhao Liu <[email protected]> Regards, Zhao
