> On Mon, May 29, 2023 at 08:30:44PM +0800, Zhao Liu wrote: > > Date: Mon, 29 May 2023 20:30:44 +0800 > > From: Zhao Liu <zhao1....@linux.intel.com> > > Subject: [PATCH v2 00/17] Support smp.clusters for x86 > > X-Mailer: git-send-email 2.34.1 > > > > From: Zhao Liu <zhao1....@intel.com> > > > > Hi list, > > > > This is the our v2 patch series, rebased on the master branch at the > > commit ac84b57b4d74 ("Merge tag 'for-upstream' of > > https://gitlab.com/bonzini/qemu into staging"). > > > > Comparing with v1 [1], v2 mainly reorganizes patches and does some > > cleanup. > > > > This series add the cluster support for x86 PC machine, which allows > > x86 can use smp.clusters to configure the modlue level CPU topology of > > x86. > > > > And since the compatibility issue (see section: ## Why not share L2 > > cache in cluster directly), this series also introduce a new command > > to adjust the topology of the x86 L2 cache. > > > > Welcome your comments! > > > >
[snip] > > Could you please attach the test results? > Tested module level APID 'test-x86-topo' cases and 'x-l2-cache-topo' based on CPUID on Intel platform. Result looks good hence, Tested-by: Yongwei Ma <yongwei...@intel.com> Best Regards, Yongwei Ma