]> Git Repo - qemu.git/commit
vl.c: Add -smp, dies=* command line support and update doc
authorLike Xu <[email protected]>
Thu, 20 Jun 2019 05:45:25 +0000 (13:45 +0800)
committerEduardo Habkost <[email protected]>
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 <[email protected]>
Message-Id: <20190620054525[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
hw/i386/pc.c
qemu-options.hx
vl.c
This page took 0.026187 seconds and 4 git commands to generate.