]> xenbits.xensource.com Git - xtf.git/commit
common: Make a weak default for arch_crash_hard()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 10 May 2021 17:03:09 +0000 (18:03 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Aug 2021 20:06:28 +0000 (21:06 +0100)
commitbf240ea00b3631f8839ccdb3d5a18cb4d4bf3693
tree72071b1e1e04418e9eebffe7ff933e48db94cb43
parentac7242921e0ec439bc7f86d620f33bdc97e2c8b8
common: Make a weak default for arch_crash_hard()

arch_crash_hard() is used from common code, and in the most basic case can
just be an infinite loop.  Both x86 PV and HVM keep their more specific
implementations.

Move the declaration from arch/traps.h to framework.h

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/include/arch/traps.h
common/lib.c
common/weak-defaults.c
include/xtf/framework.h