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

2022-12-21 Thread Yicong Yang via
On 2022/12/21 14:27, Michael S. Tsirkin wrote: > On Tue, Nov 01, 2022 at 03:10:42PM +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 v4 0/6] Only generate cluster node in PPTT when specified

2022-12-20 Thread Michael S. Tsirkin
On Tue, Nov 01, 2022 at 03:10:42PM +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 o

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

2022-11-10 Thread Peter Maydell
On Wed, 2 Nov 2022 at 08:17, Michael S. Tsirkin wrote: > > On Tue, Nov 01, 2022 at 03:10:42PM +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 v4 0/6] Only generate cluster node in PPTT when specified

2022-11-03 Thread Yicong Yang via
On 2022/11/2 16:17, Michael S. Tsirkin wrote: > On Tue, Nov 01, 2022 at 03:10:42PM +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 u

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

2022-11-02 Thread Michael S. Tsirkin
On Tue, Nov 01, 2022 at 03:10:42PM +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 o

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

2022-11-01 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". One problem is rel