]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Rename tb_invalidate_phys_page
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Oct 2022 16:18:39 +0000 (09:18 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 26 Oct 2022 01:11:28 +0000 (11:11 +1000)
commit67aabbb312eda2316011aab5b54c37d08c82f933
tree483ad769d1beb66fd90caf1c932e2777e8c743f0
parent28905cfbd521c40ebc6d7b4c5941c0ec1ca935eb
accel/tcg: Rename tb_invalidate_phys_page

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.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/internal.h
accel/tcg/tb-maint.c
accel/tcg/translate-all.c