mbox series

[0/4] Introduce SierraForest-v2 and ClearwaterForest CPU model

Message ID 20250121020650.1899618-1-tao1.su@linux.intel.com (mailing list archive)
Headers show
Series Introduce SierraForest-v2 and ClearwaterForest CPU model | expand

Message

Tao Su Jan. 21, 2025, 2:06 a.m. UTC
Sorry for resending this series, because it didn't seem to be received by
the mailing list before.

Update SierraForest CPU model to stepping 3 as adding LAM and missing
features.

Clearwater Forest is a new Intel Xeon processor, which will debut in the
market in 2025, add the new CPU model ClearwaterForest based on
SierraForest-v2 CPU model.

Tao Su (4):
  target/i386: Introduce SierraForest-v2 model
  target/i386: Export BHI_NO bit to guests
  target/i386: Add new CPU model ClearwaterForest
  docs: Add GNR, SRF and CWF CPU models

 docs/system/cpu-models-x86.rst.inc |  42 ++++++++
 target/i386/cpu.c                  | 156 ++++++++++++++++++++++++++++-
 target/i386/cpu.h                  |  33 ++++--
 3 files changed, 224 insertions(+), 7 deletions(-)


base-commit: 20fac491cfeebb042f59cc61ae76fed1b397d25c

Comments

Paolo Bonzini Jan. 21, 2025, 1:38 p.m. UTC | #1
Queued with the tweaks suggested by Zoltan and Zhao; thanks!

Paolo
Tao Su Jan. 22, 2025, 1:21 a.m. UTC | #2
On Tue, Jan 21, 2025 at 02:38:44PM +0100, Paolo Bonzini wrote:
> Queued with the tweaks suggested by Zoltan and Zhao; thanks!

Thank you Paolo :-)