On 6/18/26 09:33, Jim MacArthur wrote:
This allows us to record information about exceptions using a small
area of memory, and continue with the test so it can verify exceptions
have been taken where expected.

LOGGING_VECTOR_TABLE is added to switch this on, and vec_logging_boot.o
is built from boot.S with this flag. Since boot.o is created for multiple
test targets, we have to build a separate object and selectively link this
new vec_logging_boot.o into particular test binaries.

Signed-off-by: Jim MacArthur<[email protected]>
---
  tests/tcg/aarch64/Makefile.softmmu-target | 11 ++++--
  tests/tcg/aarch64/system/boot.S           | 65 +++++++++++++++++++++++++++++++
  tests/tcg/aarch64/system/boot.h           | 14 +++++++
  3 files changed, 86 insertions(+), 4 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to