mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/core/machine: Support modules in -smp
Add "modules" parameter parsing support in -smp. Suggested-by: Xiaoyao Li <xiaoyao.li@intel.com> Tested-by: Yongwei Ma <yongwei.ma@intel.com> Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Tested-by: Babu Moger <babu.moger@amd.com> Acked-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240424154929.1487382-3-zhao1.liu@intel.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
dcba73b445
commit
8ec0a46347
4 changed files with 40 additions and 6 deletions
|
@ -1696,6 +1696,8 @@
|
|||
#
|
||||
# @clusters: number of clusters per parent container (since 7.0)
|
||||
#
|
||||
# @modules: number of modules per parent container (since 9.1)
|
||||
#
|
||||
# @cores: number of cores per parent container
|
||||
#
|
||||
# @threads: number of threads per core
|
||||
|
@ -1709,6 +1711,7 @@
|
|||
'*sockets': 'int',
|
||||
'*dies': 'int',
|
||||
'*clusters': 'int',
|
||||
'*modules': 'int',
|
||||
'*cores': 'int',
|
||||
'*threads': 'int',
|
||||
'*maxcpus': 'int' } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue