Re: [PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers

2023-09-13 Thread Philippe Mathieu-Daudé
On 14/9/23 04:44, Richard Henderson wrote: This function is now empty, so remove it. In the case of m68k and tricore, this empties the class instance initfn, so remove those as well. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 10 -- target/alpha/cpu.c | 2 -

[PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers

2023-09-13 Thread Richard Henderson
This function is now empty, so remove it. In the case of m68k and tricore, this empties the class instance initfn, so remove those as well. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h | 10 -- target/alpha/cpu.c | 2 -- target/arm/cpu.c| 1 - target/avr/c