]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
XTF: Drop exlog
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 2 Mar 2024 23:01:58 +0000 (23:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 3 Mar 2024 00:13:29 +0000 (00:13 +0000)
commit216cfe04a0d7db93d6fd5589e66670d1c4bc61cd
treee24e7c6e136b97da1c060f2a004f5facf1165ce3
parent997566c2637af370fa886ed715339694bada714e
XTF: Drop exlog

This was the original exception tracking infrastructure, but
exinfo_t/ex_record is far more convenient for tests to use.

The selftest already had a non-handler form extable.  Update
test_NULL_unmapped() to use the handler form, and drop test_exlog().

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/traps.c
build/files.mk
common/exlog.c [deleted file]
include/xtf.h
include/xtf/exlog.h [deleted file]
tests/selftest/main.c