On Mon, Oct 27, 2025 at 06:21:37AM -0400, Ewan Hai wrote: > Date: Mon, 27 Oct 2025 06:21:37 -0400 > From: Ewan Hai <[email protected]> > Subject: [PATCH v2 2/4] target/i386: Add cache model for Zhaoxin Shijidadao > vCPUs > X-Mailer: git-send-email 2.34.1 > > Zhaoxin "Shijidadao" vCPUs require built-in cache enumeration in QEMU > to properly report CPUID leaf 0x4 and 0x80000005/0x80000006 when > 'host-cache-info' is disabled. > > This patch defines the L1/L2/L3 cache parameters for the Shijidadao > architecture, preparing for use in both client and server models. > > Signed-off-by: Ewan Hai <[email protected]> > --- > target/i386/cpu.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 99 insertions(+)
Reviewed-by: Zhao Liu <[email protected]>
