On 5/19/25 16:19, 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 IBM System/390 targets. We treat "program
interrupts" and service calls as exceptions. We treat external and io
"exceptions" as well as resets as interrupts.
Acked-by: David Hildenbrand<da...@redhat.com>
Signed-off-by: Julian Ganz<neither@nut.email>
---
target/s390x/tcg/excp_helper.c | 8 ++++++++
1 file changed, 8 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~