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/tests/tcg/aarch64/system
Alex Bennée 9edb9c2a6a tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S
We don't expect to hit exceptions in our testing so currently all the
vectors report an un-expected exception and then attempt to exit.
However for aarch64 we should always use the extended information
block as we do in _exit. Rather than duplicate the code on the error
handler just branch to the _exit handler with a failing status code.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250404115641.258048-1-alex.bennee@linaro.org>
3 weeks ago
..
boot.S tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S 3 weeks ago
feat-xs.c tests/tcg/aarch64: add system test for FEAT_XS 4 months ago
kernel.ld tests/tcg/aarch64: Extend MTE gdbstub tests to system mode 8 months ago
mte.S tests/tcg/aarch64: Extend MTE gdbstub tests to system mode 8 months ago
pauth-3.c tests/tcg: compile system emulation tests as freestanding 3 years ago
semiconsole.c tests/tcg: compile system emulation tests as freestanding 3 years ago
semiheap.c arm: spelling fixes 2 years ago
vtimer.c tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.c 1 year ago