Re: [PATCH v6 16/21] accel/tcg: Add pc and host_pc params to gen_intermediate_code

2022-08-21 Thread Alistair Francis
On Fri, Aug 19, 2022 at 1:42 PM Richard Henderson wrote: > > Pass these along to translator_loop -- pc may be used instead > of tb->pc, and host_pc is currently unused. Adjust all targets > at one time. > > Signed-off-by: Richard Henderson Acked-by: Alistair Francis Alistair > --- > include

[PATCH v6 16/21] accel/tcg: Add pc and host_pc params to gen_intermediate_code

2022-08-18 Thread Richard Henderson
Pass these along to translator_loop -- pc may be used instead of tb->pc, and host_pc is currently unused. Adjust all targets at one time. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 1 - include/exec/translator.h | 24 accel/tcg/translate-a