On 2/11/20 9:37 AM, Peter Maydell wrote: > Pull the code that defines the various PMU registers out > into its own function, matching the pattern we have > already for the debug registers. > > Apart from one style fix to a multi-line comment, this > is purely movement of code with no changes to it. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.c | 158 +++++++++++++++++++++++--------------------- > 1 file changed, 82 insertions(+), 76 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~