acrn-hypervisor/hypervisor/debug
zhouji3x 2908f09f88 hv: fix ramdump regression
this patch change type of global variable for saving registers on execption.

global variable 'crash_ctx' should not be set to static.
crash_ctx is for offline analysis when system crashed, not for runtime usage.
as crash_ctx is only be set without being read, compiler will regard
crash_ctx as an useless variable if it is set to static, and will not
generate code for it.

Tracked-On: #1295
Signed-off-by: zhouji3x <jianfengx.zhou@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-09-26 10:41:09 +08:00
..
console.c hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
dump.c hv: fix ramdump regression 2018-09-26 10:41:09 +08:00
logmsg.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
npk_log.c Add a comment for switch fallthrough to quiet lint warning 2018-09-19 14:32:02 +08:00
printf.c hv: treewide: fix 'Potential side effect problem in expression' 2018-08-08 10:50:06 +08:00
sbuf.c HV: Logical conjunction needs brackets 2018-08-14 09:53:32 +08:00
shell_priv.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
shell.c Add a comment for switch fallthrough to quiet lint warning 2018-09-19 14:32:02 +08:00
uart16550.c hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
uart16550.h hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
vuart.c hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00