]> Git Repo - qemu.git/commit - vl.c
vl.c: Replace smp global variables with smp machine properties
authorLike Xu <[email protected]>
Sat, 18 May 2019 20:54:28 +0000 (04:54 +0800)
committerEduardo Habkost <[email protected]>
Fri, 5 Jul 2019 20:08:03 +0000 (17:08 -0300)
commita5e0b331193a02e5fcbe7636d48bf59af54d6617
tree2b12abffb065dd0da5f8cd97ae396585eb150d46
parent33decbd2d3d51742269a78c1d6da3068c61c60d7
vl.c: Replace smp global variables with smp machine properties

The global smp variables in vl.c are completely replaced with machine properties.

Form this commit, the smp_cpus/smp_cores/smp_threads/max_cpus are deprecated
and only machine properties within MachineState are fully applied and enabled.

Signed-off-by: Like Xu <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-Id: <20190518205428[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
vl.c
This page took 0.021481 seconds and 4 git commands to generate.