Re: [PATCH v7 0/5] i386: Support SMP Cache Topology

2025-01-10 Thread Jonathan Cameron via
On Wed, 8 Jan 2025 23:01:45 +0800 Zhao Liu wrote: > Hi folks, > > This is my v7. > > Compared with v6 [1], v7 dropped the "thread" level cache topology > (cache per thread): > > - Patch 1 is the new patch to reject "thread" parameter for smp-cache. > - Ptach 2 dropped cache per thread suppo

RE: [PATCH v7 0/5] i386: Support SMP Cache Topology

2025-01-10 Thread Alireza Sanaee via
: qemu-devel@nongnu.org; k...@vger.kernel.org; Zhao Liu Subject: [PATCH v7 0/5] i386: Support SMP Cache Topology Hi folks, This is my v7. Compared with v6 [1], v7 dropped the "thread" level cache topology (cache per thread): - Patch 1 is the new patch to reject "thread" par

[PATCH v7 0/5] i386: Support SMP Cache Topology

2025-01-08 Thread Zhao Liu
Hi folks, This is my v7. Compared with v6 [1], v7 dropped the "thread" level cache topology (cache per thread): - Patch 1 is the new patch to reject "thread" parameter for smp-cache. - Ptach 2 dropped cache per thread support. (Others remain unchanged.) There're several reasons: * Currentl