]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Introduce SierraForest-v2 model
authorTao Su <tao1.su@linux.intel.com>
Tue, 21 Jan 2025 02:06:47 +0000 (10:06 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Jan 2025 10:50:53 +0000 (11:50 +0100)
commitc597ff5339a9918b00d9f4160126db0ac2a423cc
tree4e53628122285f4383d9de769ab9f4cece6167b8
parent22063f03a7626c77d7a4546b90fd27badd504269
target/i386: Introduce SierraForest-v2 model

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.guo@intel.com>
Signed-off-by: Tao Su <tao1.su@linux.intel.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250121020650.1899618-2-tao1.su@linux.intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c