Re: [PATCH 2/4] accel/tcg: Create io_recompile_replay_branch hook

2021-02-09 Thread Peter Maydell
On Tue, 9 Feb 2021 at 00:29, Richard Henderson wrote: > > Create a hook in which to split out the mips and > sh4 ifdefs from cpu_io_recompile. > > Signed-off-by: Richard Henderson > --- > include/hw/core/tcg-cpu-ops.h | 10 ++ > accel/tcg/translate-all.c | 17 + > 2 f

[PATCH 2/4] accel/tcg: Create io_recompile_replay_branch hook

2021-02-08 Thread Richard Henderson
Create a hook in which to split out the mips and sh4 ifdefs from cpu_io_recompile. Signed-off-by: Richard Henderson --- include/hw/core/tcg-cpu-ops.h | 10 ++ accel/tcg/translate-all.c | 17 + 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/include/hw/