You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/mips/tcg/system
Julian Ganz c3d7005a6c target/mips: call plugin trap callbacks
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 <richard.henderson@linaro.org>
Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Julian Ganz <neither@nut.email>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251027110344.2289945-20-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
1 week ago
..
cp0_helper.c target/mips: Only update MVPControl.EVP bit if executed by master VPE 3 months ago
lcsr_helper.c
meson.build
mips-semi.c cleanup: Drop pointless return at end of function 7 months ago
semihosting-stub.c licenses: Remove SPDX tags not being license identifier for Linaro 9 months ago
special_helper.c include: Remove 'exec/exec-all.h' 6 months ago
tlb_helper.c target/mips: call plugin trap callbacks 1 week ago