Re: [PATCH 4/4] qemu-options: rewrite help for -smp options

2021-07-09 Thread Daniel P . Berrangé
On Mon, Jun 28, 2021 at 09:46:16PM +0800, wangyanan (Y) wrote: > Hi Daniel, > > On 2021/6/28 19:30, Daniel P. Berrangé wrote: > > The -smp option help is peculiarly specific about mentioning the CPU > > upper limits, but these are wrong. The "PC" target has varying max > > CPU counts depending on

Re: [PATCH 4/4] qemu-options: rewrite help for -smp options

2021-06-28 Thread wangyanan (Y)
Hi Daniel, On 2021/6/28 19:30, Daniel P. Berrangé wrote: The -smp option help is peculiarly specific about mentioning the CPU upper limits, but these are wrong. The "PC" target has varying max CPU counts depending on the machine type picked. Notes about guest OS limits are inappropriate for QEMU

[PATCH 4/4] qemu-options: rewrite help for -smp options

2021-06-28 Thread Daniel P . Berrangé
The -smp option help is peculiarly specific about mentioning the CPU upper limits, but these are wrong. The "PC" target has varying max CPU counts depending on the machine type picked. Notes about guest OS limits are inappropriate for QEMU docs. There are way too many machine types for it to be pra