Re: [PATCH for-6.1 v3 1/1] machine: Disallow specifying topology parameters as zero

2021-07-23 Thread Cornelia Huck
On Fri, Jul 23 2021, Yanan Wang wrote: > In the SMP configuration, we should either specify a topology > parameter with a reasonable value (equal to or greater than 1) > or just leave it omitted and QEMU will calculate its value. > Configurations which explicitly specify the topology parameters >

[PATCH for-6.1 v3 1/1] machine: Disallow specifying topology parameters as zero

2021-07-22 Thread Yanan Wang
In the SMP configuration, we should either specify a topology parameter with a reasonable value (equal to or greater than 1) or just leave it omitted and QEMU will calculate its value. Configurations which explicitly specify the topology parameters as zero like "sockets=0" are meaningless, so disal