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

Tao Su posted 4 patches 2 months, 2 weeks ago
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(-)
[PATCH 0/4] Introduce SierraForest-v2 and ClearwaterForest CPU model
Posted by Tao Su 2 months, 2 weeks ago
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
-- 
2.34.1
Re: [PATCH 0/4] Introduce SierraForest-v2 and ClearwaterForest CPU model
Posted by Paolo Bonzini 2 months, 1 week ago
Queued with the tweaks suggested by Zoltan and Zhao; thanks!

Paolo
Re: [PATCH 0/4] Introduce SierraForest-v2 and ClearwaterForest CPU model
Posted by Tao Su 2 months, 1 week ago
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 :-)