On Tue, Jan 21, 2025 at 10:06:47AM +0800, Tao Su wrote: > Date: Tue, 21 Jan 2025 10:06:47 +0800 > From: Tao Su <tao1...@linux.intel.com> > Subject: [PATCH 1/4] target/i386: Introduce SierraForest-v2 model > X-Mailer: git-send-email 2.34.1 > > Update SierraForest CPU model to add LAM, 4 bits indicating certain bits > of IA32_SPEC_CTR are supported(intel-psfd, ipred-ctrl, rrsba-ctrl, > bhi-ctrl) and the missing features(ss, tsc-adjust, cldemote, movdiri, > movdir64b) > > Also add GDS-NO and RFDS-NO to indicate the related vulnerabilities are > mitigated in stepping 3. > > Tested-by: Xuelian Guo <xuelian....@intel.com> > Signed-off-by: Tao Su <tao1...@linux.intel.com> > --- > target/i386/cpu.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>