Re: [Qemu-devel] [PATCH 13/23] hw/arm/armsse: Put each CPU in its own cluster object

2019-01-25 Thread Richard Henderson
On 1/21/19 10:51 AM, Peter Maydell wrote: > Create a cluster object to hold each CPU in the SSE. They are > logically distinct and may be configured differently (for instance > one may not have an FPU where the other does). > > Signed-off-by: Peter Maydell > --- > include/hw/arm/armsse.h | 2 ++

[Qemu-devel] [PATCH 13/23] hw/arm/armsse: Put each CPU in its own cluster object

2019-01-21 Thread Peter Maydell
Create a cluster object to hold each CPU in the SSE. They are logically distinct and may be configured differently (for instance one may not have an FPU where the other does). Signed-off-by: Peter Maydell --- include/hw/arm/armsse.h | 2 ++ hw/arm/armsse.c | 31 +