Re: [PATCH v5 0/4] Building PPTT with root node and identical implementation flag

2025-06-03 Thread Bibo Mao
On 2025/6/3 下午11:40, Alireza Sanaee via wrote: On Sun, 1 Jun 2025 08:32:52 -0400 "Michael S. Tsirkin" wrote: On Fri, May 23, 2025 at 11:26:50AM +0100, Alireza Sanaee wrote: OS like Linux is using PPTT processor node's identical implementation flag [1] to infer whether the whole system or a

Re: [PATCH v5 0/4] Building PPTT with root node and identical implementation flag

2025-06-03 Thread Alireza Sanaee via
On Sun, 1 Jun 2025 08:32:52 -0400 "Michael S. Tsirkin" wrote: > On Fri, May 23, 2025 at 11:26:50AM +0100, Alireza Sanaee wrote: > > OS like Linux is using PPTT processor node's identical > > implementation flag [1] to infer whether the whole system or a > > certain CPU cluster is homogeneous or n

Re: [PATCH v5 0/4] Building PPTT with root node and identical implementation flag

2025-06-01 Thread Michael S. Tsirkin
On Fri, May 23, 2025 at 11:26:50AM +0100, Alireza Sanaee wrote: > OS like Linux is using PPTT processor node's identical implementation > flag [1] to infer whether the whole system or a certain CPU cluster is > homogeneous or not [2]. QEMU currently only support building homogeneous > system, set t

[PATCH v5 0/4] Building PPTT with root node and identical implementation flag

2025-05-23 Thread Alireza Sanaee via
OS like Linux is using PPTT processor node's identical implementation flag [1] to infer whether the whole system or a certain CPU cluster is homogeneous or not [2]. QEMU currently only support building homogeneous system, set the flag to indicate the fact. Build a root node in PPTT for indicates th