Re: [Qemu-devel] [PULL v6 10/42] vl.c: Replace smp global variables with smp machine properties

2019-07-08 Thread Eduardo Habkost
On Mon, Jul 08, 2019 at 04:56:56PM +0200, Laurent Desnogues wrote: > Hi, > > On Sat, Jul 6, 2019 at 12:40 AM Eduardo Habkost wrote: > > > > From: Like Xu > > > > The global smp variables in vl.c are completely replaced with machine > > properties. > > > > Form this commit, the

Re: [Qemu-devel] [PULL v6 10/42] vl.c: Replace smp global variables with smp machine properties

2019-07-08 Thread Laurent Desnogues
Hi, On Sat, Jul 6, 2019 at 12:40 AM Eduardo Habkost wrote: > > From: Like Xu > > 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

[Qemu-devel] [PULL v6 10/42] vl.c: Replace smp global variables with smp machine properties

2019-07-05 Thread Eduardo Habkost
From: Like Xu 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 Reviewed-by: