]> xenbits.xensource.com Git - qemu-xen.git/commit
qemu-options: Add missing "sockets=2, maxcpus=2" to CLI "-smp 2"
authorYanan Wang <wangyanan55@huawei.com>
Tue, 28 Sep 2021 12:11:34 +0000 (20:11 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 4 Oct 2021 07:47:26 +0000 (09:47 +0200)
commit848dd26928e2f4ceb63d7de06dd0b5f5b55bbddd
treebb3fa212a6238b097d42f45f488892a67994cdeb
parent553dc36b387d9c99740f5ae825465ffdd93685f2
qemu-options: Add missing "sockets=2, maxcpus=2" to CLI "-smp 2"

There is one numa config example in qemu-options.hx currently
using "-smp 2" and assuming that there will be 2 sockets and
2 cpus totally. However now the actual calculation logic of
missing sockets and cores is not immutable and is considered
liable to change. Although we will get maxcpus=2 finally based
on current parser, it's always stable to specify it explicitly.

So "-smp 2,sockets=2,maxcpus=2" will be optimal when we expect
multiple sockets and 2 cpus totally.

Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Message-Id: <20210928121134.21064-3-wangyanan55@huawei.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
qemu-options.hx