On Thu, Jan 08, 2026 at 09:10:27PM -0500, Ewan Hai wrote: > Date: Thu, 8 Jan 2026 21:10:27 -0500 > From: Ewan Hai <[email protected]> > Subject: [PATCH v3 2/3] target/i386: Introduce Zhaoxin Shijidadao CPU model > X-Mailer: git-send-email 2.34.1 > > Introduce the Zhaoxin Shijidadao CPU model with two versions: > > - v1 (alias: Shijidadao-Server) - Server variant with CORE_CAPABILITY > and SPLIT_LOCK_DETECT support > - v2 (alias: Shijidadao-Client) - Client variant with different FMS > (model=0x6b, stepping=1) and without CORE_CAPABILITY features > > The model_id for both variants is 'Zhaoxin Shijidadao Processor'. > > Signed-off-by: Ewan Hai <[email protected]> > --- > target/i386/cpu.c | 149 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 149 insertions(+)
LGTM, Reviewed-by: Zhao Liu <[email protected]>
