]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-options: Tweak [, maxcpus=cpus] to [, maxcpus=maxcpus]
authorYanan Wang <wangyanan55@huawei.com>
Tue, 28 Sep 2021 12:11:33 +0000 (20:11 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 4 Oct 2021 07:47:26 +0000 (09:47 +0200)
commit553dc36b387d9c99740f5ae825465ffdd93685f2
treed0c908c1b367c029d08b284dcd4f90ea5e7e6715
parentba858d1fadec417ab95c29938d2a0bb967d86114
qemu-options: Tweak [, maxcpus=cpus] to [, maxcpus=maxcpus]

In qemu-option.hx, there is "-smp [[cpus=]n][,maxcpus=cpus]..." in the
DEF part, and "-smp [[cpus=]n][,maxcpus=maxcpus]..." in the RST part.
Obviously the later is right, let's fix the previous one.

Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Damien Hedde <damien.hedde@greensocs.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Message-Id: <20210928121134.21064-2-wangyanan55@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
qemu-options.hx