Re: [PATCH 0/3] accel: Factor tcg_cpu_reset_hold() out of cpu-common.c

2023-09-19 Thread Richard Henderson
On 9/18/23 12:41, Philippe Mathieu-Daudé wrote: Philippe Mathieu-Daudé (3): accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h' accel: Introduce cpu_exec_reset_hold() accel/tcg: Factor tcg_cpu_reset_hold() out Reviewed-by: Richard Henderson r~

Re: [PATCH 0/3] accel: Factor tcg_cpu_reset_hold() out of cpu-common.c

2023-09-18 Thread Anton Johansson via
On 18/09/23, Philippe Mathieu-Daudé wrote: > Hi, > > We want to have exec/ code agnostic to accelerators. > still we use various call to TCG and KVM. This series > factor the TCG code from cpu_common_reset_hold() to an > accel-specific handler within AccelOpsClass. > > Based-on:

[PATCH 0/3] accel: Factor tcg_cpu_reset_hold() out of cpu-common.c

2023-09-18 Thread Philippe Mathieu-Daudé
Hi, We want to have exec/ code agnostic to accelerators. still we use various call to TCG and KVM. This series factor the TCG code from cpu_common_reset_hold() to an accel-specific handler within AccelOpsClass. Based-on: <20230915190009.68404-1-phi...@linaro.org> Philippe Mathieu-Daudé (3):