On 1/24/24 20:16, Philippe Mathieu-Daudé wrote:
In order to make accel/tcg/ target agnostic, introduce the need_replay_interrupt() handler.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/hw/core/tcg-cpu-ops.h | 5 +++++ accel/tcg/cpu-exec.c | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~