On 19/10/25 17:15, Julian Ganz wrote:
We recently introduced API for registering callbacks for trap related
events as well as the corresponding hook functions. Due to differences
between architectures, the latter need to be called from target specific
code.
This change places hooks for MIPS targets. We consider the exceptions
NMI and EXT_INTERRUPT to be asynchronous interrupts rather than
exceptions.
Reviewed-by: Richard Henderson <[email protected]>
Acked-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Julian Ganz <[email protected]>
---
target/mips/tcg/system/tlb_helper.c | 11 +++++++++++
1 file changed, 11 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>