Re: [PATCH 5/5] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

2023-10-03 Thread Claudio Fontana
On 9/15/23 21:00, Philippe Mathieu-Daudé wrote: > We don't need to expose these TCG-specific methods to the > whole code base. Register them as AccelClass handlers, they > will be called by the generic accel_cpu_[un]realize() methods. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Claudi

[PATCH 5/5] accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

2023-09-15 Thread Philippe Mathieu-Daudé
We don't need to expose these TCG-specific methods to the whole code base. Register them as AccelClass handlers, they will be called by the generic accel_cpu_[un]realize() methods. Signed-off-by: Philippe Mathieu-Daudé --- accel/tcg/internal.h | 3 +++ include/exec/cpu-all.h | 2 -- accel/tcg/