]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Remove unused tb_invalidate_phys_addr()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 30 Nov 2023 20:20:36 +0000 (21:20 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 19 Jan 2024 11:28:59 +0000 (12:28 +0100)
commitc076f37a77564995b7bc3f4ee0003146ec6a704e
treefdd44e29eabaa53c7415e25bfa0b22dd6d135f6f
parent6b1f10093d471e5ea0695a3905622bdf3d3c9edc
accel/tcg: Remove unused tb_invalidate_phys_addr()

Commit e3f7c801f1 introduced the TCGCPUOps::debug_check_breakpoint()
handler, and commit 10c37828b2 "moved breakpoint recognition outside
of translation", so "we no longer need to flush any TBs when changing
BPs".

The last target using tb_invalidate_phys_addr() was converted to the
debug_check_breakpoint(), so this function is now unused. Remove it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231130203241.31099-1-philmd@linaro.org>
cpu-target.c
include/exec/exec-all.h