On 5/29/2026 7:24 AM, Philippe Mathieu-Daudé wrote: > accel_cpu_instance_init() currently dispatch via target specific > AccelCPUClass which we want to remove. Introduce a similar hook > in the generic AccelOpsClass structure. > We will convert implementations from one struct to the other, so > add an assertion to be sure only one implementation at a time. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > include/accel/accel-cpu-ops.h | 1 + > accel/accel-common.c | 10 +++++++++- > 2 files changed, 10 insertions(+), 1 deletion(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
