On 26/11/20 23:32, Claudio Fontana wrote:
+ if (acc) { + object_class_foreach(accel_init_cpu_int_aux, cpu_type, false, acc); + }
Any reason to do it for cpu_type only, rather than for all subclasses of CPU_RESOLVING_TYPE? This would remove the cpu_type argument to accel_init_cpu_interfaces and accel_init_interfaces.
Otherwise I haven't done a careful review yet but it looks very nice, thanks!
Paolo