On 7/12/24 04:39, Peter Maydell wrote:
TheTCGCPUOps::cpu_exec_interrupt  hook is currently not mandatory; if
it is left NULL then we treat it as if it had returned false. However
since pretty much every architecture needs to handle interrupts,
almost every target we have provides the hook. The one exception is
Tricore, which doesn't currently implement the architectural
interrupt handling.

Add a "do nothing" implementation of cpu_exec_hook for Tricore,
assert on startup that the CPU does provide the hook, and remove
the runtime NULL check before calling it.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  accel/tcg/cpu-exec.c | 4 ++--
  target/tricore/cpu.c | 6 ++++++
  2 files changed, 8 insertions(+), 2 deletions(-)

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

r~

Reply via email to