Re: [PATCH 0/4] Only generate cluster node in PPTT when specified

2022-10-26 Thread Yicong Yang via
Hi Michael, On 2022/10/26 22:52, Michael S. Tsirkin wrote: > On Thu, Sep 22, 2022 at 09:11:39PM +0800, Yicong Yang wrote: >> From: Yicong Yang >> >> This series mainly change the policy for building a cluster topology node >> in PPTT. Previously we'll always build a cluster node in PPTT without

Re: [PATCH 0/4] Only generate cluster node in PPTT when specified

2022-10-26 Thread Michael S. Tsirkin
On Thu, Sep 22, 2022 at 09:11:39PM +0800, Yicong Yang wrote: > From: Yicong Yang > > This series mainly change the policy for building a cluster topology node > in PPTT. Previously we'll always build a cluster node in PPTT without > asking the user, after this set the cluster node will be built

Re: [PATCH 0/4] Only generate cluster node in PPTT when specified

2022-10-07 Thread Michael S. Tsirkin
On Thu, Sep 22, 2022 at 09:11:39PM +0800, Yicong Yang wrote: > From: Yicong Yang > > This series mainly change the policy for building a cluster topology node > in PPTT. Previously we'll always build a cluster node in PPTT without > asking the user, after this set the cluster node will be built

Re: [PATCH 0/4] Only generate cluster node in PPTT when specified

2022-09-23 Thread Yicong Yang via
On 2022/9/22 22:31, Jonathan Cameron wrote: > On Thu, 22 Sep 2022 21:11:39 +0800 > Yicong Yang wrote: > >> From: Yicong Yang >> >> This series mainly change the policy for building a cluster topology node >> in PPTT. Previously we'll always build a cluster node in PPTT without >> asking the

Re: [PATCH 0/4] Only generate cluster node in PPTT when specified

2022-09-22 Thread Jonathan Cameron via
On Thu, 22 Sep 2022 21:11:39 +0800 Yicong Yang wrote: > From: Yicong Yang > > This series mainly change the policy for building a cluster topology node > in PPTT. Previously we'll always build a cluster node in PPTT without > asking the user, after this set the cluster node will be built only

[PATCH 0/4] Only generate cluster node in PPTT when specified

2022-09-22 Thread Yicong Yang via
From: Yicong Yang This series mainly change the policy for building a cluster topology node in PPTT. Previously we'll always build a cluster node in PPTT without asking the user, after this set the cluster node will be built only the the user specify through "-smp clusters=X". Update the tests