On Thu, Jul 04, 2024 at 07:25:10AM -0400, EwanHai wrote: > Date: Thu, 4 Jul 2024 07:25:10 -0400 > From: EwanHai <ewanhai...@zhaoxin.com> > Subject: [PATCH v2 3/4] target/i386: Introduce Zhaoxin Yongfeng CPU model > X-Mailer: git-send-email 2.34.1 > > Introduce support for the Zhaoxin Yongfeng CPU model. > The Zhaoxin Yongfeng CPU is Zhaoxin's latest server CPU. > > This new cpu model ensure that QEMU can correctly emulate the Zhaoxin > Yongfeng CPU, providing accurate functionality and performance > characteristics. > > Signed-off-by: EwanHai <ewanhai...@zhaoxin.com> > --- > target/i386/cpu.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 124 insertions(+) Reviewed-by: Zhao Liu <zhao1....@intel.com>