]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Introduce panic() and use it to cover some exceptional cases
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 2 May 2015 10:52:29 +0000 (11:52 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 28 Sep 2015 13:54:42 +0000 (14:54 +0100)
commitaecf2aabc72a52923002f7880e3b9466f8e90b10
treea1228e0826feed3dc07625dec42812a4679340ca
parent941682a94a532b81481bfe5a4ac0ea89593b3439
Introduce panic() and use it to cover some exceptional cases

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/boot/head_pv.S
arch/x86/setup.c
arch/x86/traps.c [new file with mode: 0644]
common/console.c
common/lib.c [new file with mode: 0644]
config/files.mk
include/arch/x86/traps.h [new file with mode: 0644]
include/xtf/hypercall.h
include/xtf/lib.h
include/xtf/traps.h [new file with mode: 0644]