On 6/13/24 02:17, Zhao Liu wrote: > On Wed, Jun 12, 2024 at 02:12:20PM -0500, Babu Moger wrote: >> Date: Wed, 12 Jun 2024 14:12:20 -0500 >> From: Babu Moger <babu.moger@xxxxxxx> >> Subject: [PATCH 4/4] i386/cpu: Add support for EPYC-Turin model >> X-Mailer: git-send-email 2.34.1 >> >> Adds the support for AMD EPYC zen 5 processors(EPYC-Turin). > > nit s/Adds/Add Sure. > >> Adds the following new feature bits on top of the feature bits from > > s/Adds/Add/ Sure. > >> the previous generation EPYC models. >> >> movdiri : Move Doubleword as Direct Store Instruction >> movdir64b : Move 64 Bytes as Direct Store Instruction >> avx512-vp2intersect: AVX512 Vector Pair Intersection to a Pair >> of Mask Register >> avx-vnni : AVX VNNI Instruction >> >> Signed-off-by: Babu Moger <babu.moger@xxxxxxx> >> --- >> target/i386/cpu.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 131 insertions(+) > > Reviewed-by: Zhao Liu <zhao1.liu@xxxxxxxxx> > -- Thanks Babu Moger