Re: [PATCH v3 06/16] hw/arm/bcm2836: Rename cpus[] as cpu[].core

2019-10-21 Thread Alistair Francis
On Sat, Oct 19, 2019 at 4:49 PM Philippe Mathieu-Daudé wrote: > > As we are going to add more core-specific fields, add a 'cpu' > structure and move the ARMCPU field there as 'core'. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > hw/arm/bcm2836.c

[PATCH v3 06/16] hw/arm/bcm2836: Rename cpus[] as cpu[].core

2019-10-19 Thread Philippe Mathieu-Daudé
As we are going to add more core-specific fields, add a 'cpu' structure and move the ARMCPU field there as 'core'. Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/bcm2836.c | 26 ++ include/hw/arm/bcm2836.h | 4 +++- 2 files changed, 17 insertions(+), 13 deletio