On 2/19/21 3:45 PM, Peter Maydell wrote: > Convert the apb_ppc0 and apb_ppc1 fields in the ARMSSE state struct > to use an array instead of two separate fields. We already had one > place in the code that wanted to be able to refer to the PPC by > index, and we're about to add more code like that. > > Signed-off-by: Peter Maydell <[email protected]> > --- > include/hw/arm/armsse.h | 6 +++--- > hw/arm/armsse.c | 32 ++++++++++++++++++-------------- > 2 files changed, 21 insertions(+), 17 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
