qemu-options: rewrite help for -smp options
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 22 Jun 2021 15:17:09 +0000 (16:17 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Jul 2021 13:16:35 +0000 (14:16 +0100)
commit80d78357495837f1f0e53fbb6bca5fb793631d94
tree0b47b64f918802d05292803592df856dad870d1b
parentb9361bdc1fb0968b13760cbf33afdd1dc602b9e7
qemu-options: rewrite help for -smp options

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 practical to mention actual limits, and
some limits are even modified by downstream distribtions. Thus it
is better to remove the specific limits entirely.

The CPU topology reporting is also not neccessarily specific to the
PC platform and descriptions around the rules of usage are somewhat
terse. Expand this information with some examples to show effects
of defaulting.

Reviewed-by: Pankaj Gupta <pankaj.gupta@ionos.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
qemu-options.hx