Re: [PATCH v6 10/21] accel/tcg: Make tb_htable_lookup static

2022-08-21 Thread Alistair Francis
On Fri, Aug 19, 2022 at 1:33 PM Richard Henderson wrote: > > The function is not used outside of cpu-exec.c. Move it and > its subroutines up in the file, before the first use. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > include/exec/exec-all.h | 3

[PATCH v6 10/21] accel/tcg: Make tb_htable_lookup static

2022-08-18 Thread Richard Henderson
The function is not used outside of cpu-exec.c. Move it and its subroutines up in the file, before the first use. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 3 - accel/tcg/cpu-exec.c| 122 2 files changed, 61 insertions(+), 64 d