|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 21/44] hw/arm/armsse: Use an array for apb_ppc fields in the state structure |
Date: | Sun, 21 Feb 2021 14:34:03 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
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 <peter.maydell@linaro.org> > --- > include/hw/arm/armsse.h | 6 +++--- > hw/arm/armsse.c | 32 ++++++++++++++++++-------------- > 2 files changed, 21 insertions(+), 17 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[Prev in Thread] | Current Thread | [Next in Thread] |