Re: [PATCH 36/71] target/arm: Unexport aarch64_add_*_properties

2022-06-07 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:17, Richard Henderson wrote: > > These functions are not used outside cpu64.c, > so make them static. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.h | 3 --- > target/arm/cpu64.c | 4 ++-- > 2 files changed, 2 insertions(+), 5 deletions(-) Reviewed-by:

[PATCH 36/71] target/arm: Unexport aarch64_add_*_properties

2022-06-02 Thread Richard Henderson
These functions are not used outside cpu64.c, so make them static. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 3 --- target/arm/cpu64.c | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 3999152f1a..60f84ba033 100644