Re: [Qemu-devel] [PATCH 06/19] aspeed: introduce a configurable number of CPU per machine

2019-06-12 Thread Cédric Le Goater
On 12/06/2019 03:32, Joel Stanley wrote: > On Sat, 25 May 2019 at 15:13, Cédric Le Goater wrote: >> >> The current models of the Aspeed SoCs only have one CPU but future >> ones will support SMP. Introduce a way to configure the maximum number >> of CPU per machine. SMP support will be activated

Re: [Qemu-devel] [PATCH 06/19] aspeed: introduce a configurable number of CPU per machine

2019-06-11 Thread Joel Stanley
On Sat, 25 May 2019 at 15:13, Cédric Le Goater wrote: > > The current models of the Aspeed SoCs only have one CPU but future > ones will support SMP. Introduce a way to configure the maximum number > of CPU per machine. SMP support will be activated when models for such > SoCs are implemented. >

[Qemu-devel] [PATCH 06/19] aspeed: introduce a configurable number of CPU per machine

2019-05-25 Thread Cédric Le Goater
The current models of the Aspeed SoCs only have one CPU but future ones will support SMP. Introduce a way to configure the maximum number of CPU per machine. SMP support will be activated when models for such SoCs are implemented. Signed-off-by: Cédric Le Goater --- include/hw/arm/aspeed.h