Re: [PATCH 02/17] accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
On 7/1/21 5:25 PM, Richard Henderson wrote: > This will allow additional code sharing. > No functional change. > > Signed-off-by: Richard Henderson > --- > accel/tcg/cpu-exec.c| 30 ++ > accel/tcg/tcg-runtime.c | 22 -- > 2 files changed, 30 in
[PATCH 02/17] accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.c
This will allow additional code sharing. No functional change. Signed-off-by: Richard Henderson --- accel/tcg/cpu-exec.c| 30 ++ accel/tcg/tcg-runtime.c | 22 -- 2 files changed, 30 insertions(+), 22 deletions(-) diff --git a/accel/tcg/cpu-exe