acrn-hypervisor/hypervisor/debug
Sainath Grandhi e91d7402d5 hv: Debug messages from a CPU are overlapped with other CPUs messages
In the cases when more than one CPU has something to print, exception
dump from one CPU is overlapped with other CPU's messages and the final
text that is printed on console is all mixed up and does not make any sense.
Changing printf to pr_err so that the messages are printed one after
the other.

Tracked-On: #2858
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2019-03-28 12:23:42 +08:00
..
console.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
dbg_cmd.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
dump.c hv: Debug messages from a CPU are overlapped with other CPUs messages 2019-03-28 12:23:42 +08:00
hypercall.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
logmsg.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
Makefile hv: enhance Makefile to compile debug/release into 2 libraries 2018-11-23 08:47:34 +08:00
npk_log.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
printf.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
profiling.c hv: vmsr: rename msr_num to msr_index in struct msr_store_entry 2019-03-22 13:32:01 +08:00
sbuf.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
shell_priv.h hv: enhance ACRN shell interactive help 2019-03-20 22:05:06 +08:00
shell.c hv: minor fixes to a few calls to strncpy_s() 2019-03-20 08:55:42 +08:00
string.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
trace.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
uart16550.c hv: minor fixes to a few calls to strncpy_s() 2019-03-20 08:55:42 +08:00
vuart.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00