On 9/2/26 05:20, Philippe Mathieu-Daudé wrote:
All targets now manage their own BQL locking via do_interrupt(),
making the do_interrupt_locked() hook unnecessary. Remove it to
simplify the TCGCPUOps interface.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/accel/tcg/cpu-ops.h | 12 ------------
accel/tcg/cpu-exec.c | 10 ++--------
2 files changed, 2 insertions(+), 20 deletions(-)
Oh I see. Objection to hexagon change retracted.
Reviewed-by: Richard Henderson <[email protected]>
r~