On Thu, 2025-01-02 at 19:25 +0100, Philippe Mathieu-Daudé wrote: > Since tcg_cpu_reset_hold() is a system emulation specific > helper, factor tcg_exec_reset() out so we can use it from > user emulation, similarly to the [un]realize() handlers. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > accel/tcg/internal-common.h | 1 + > accel/tcg/cpu-exec-common.c | 6 ++++++ > accel/tcg/tcg-accel-ops.c | 4 ++-- > 3 files changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Ilya Leoshkevich <i...@linux.ibm.com>