On 3/16/20 9:06 AM, Philippe Mathieu-Daudé wrote: > +static void arm_v6_cpu_register_types(void) > +{ > + const ARMCPUInfo *info = arm_v6_cpus; > + > + while (info->name) { > + arm_cpu_register(info); > + info++; > + } > +} Likewise wrt ARRAY_SIZE, otherwise, Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~