Re: [PATCH v16 72/99] target/arm: cpu-sve: rename functions according to module prefix

2021-06-05 Thread Richard Henderson
On 6/4/21 8:52 AM, Alex Bennée wrote: @@ -276,8 +276,8 @@ static void cpu_max_set_sve_max_vq(Object *obj, Visitor *v, const char *name, * of the contents of "name" to determine which bit on which * to operate. */ -static void cpu_arm_get_sve_vq(Object *obj, Visitor *v, const char *name,

[PATCH v16 72/99] target/arm: cpu-sve: rename functions according to module prefix

2021-06-04 Thread Alex Bennée
From: Claudio Fontana external functions have the cpu_sve prefix, while for static functions it can be omitted. Signed-off-by: Claudio Fontana Signed-off-by: Alex Bennée --- target/arm/cpu-sve.h | 6 +++--- target/arm/cpu-sve.c | 32 target/arm/cpu.c