Re: [PATCH 10/24] accel/tcg: Rename tb_invalidate_phys_page

2022-10-25 Thread Alex Bennée
Richard Henderson writes: > Rename to tb_invalidate_phys_page_unwind to emphasize that > we also detect invalidating the current TB, and also to free > up that name for other usage. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH 10/24] accel/tcg: Rename tb_invalidate_phys_page

2022-10-05 Thread Richard Henderson
Rename to tb_invalidate_phys_page_unwind to emphasize that we also detect invalidating the current TB, and also to free up that name for other usage. Signed-off-by: Richard Henderson --- accel/tcg/internal.h | 2 +- accel/tcg/tb-maint.c | 2 +- accel/tcg/translate-all.c | 5 +++-- 3 fi