]> git.proxmox.com Git - mirror_qemu.git/commit
vl.c: Add -smp, dies=* command line support and update doc
authorLike Xu <like.xu@linux.intel.com>
Thu, 20 Jun 2019 05:45:25 +0000 (13:45 +0800)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 5 Jul 2019 20:08:04 +0000 (17:08 -0300)
commit1b45842203540943b1e22fc30764456c035d8637
tree5cb644dd6a1e2db74af664f47a7c6b712d1c5fdf
parent6f479566a87d5087d6f3106b9401e6f53e933309
vl.c: Add -smp, dies=* command line support and update doc

For PC target, users could configure the number of dies per one package
via command line with this patch, such as "-smp dies=2,cores=4".

The parsing rules of new cpu-topology model obey the same restrictions/logic
as the legacy socket/core/thread model especially on missing values computing.

Signed-off-by: Like Xu <like.xu@linux.intel.com>
Message-Id: <20190620054525.37188-4-like.xu@linux.intel.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/pc.c
qemu-options.hx
vl.c