qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-9.0] accel/tcg: Remove unused tb_invalidate_phys_addr()


From: Richard Henderson
Subject: Re: [PATCH-for-9.0] accel/tcg: Remove unused tb_invalidate_phys_addr()
Date: Thu, 30 Nov 2023 16:31:55 -0600
User-agent: Mozilla Thunderbird

On 11/30/23 14:32, Philippe Mathieu-Daudé wrote:
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>
---
Based-on: <20231130171920.3798954-1-jcmvbkbc@gmail.com>
---
  include/exec/exec-all.h |  5 -----
  cpu-target.c            | 29 -----------------------------
  2 files changed, 34 deletions(-)


Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]