acrn-hypervisor/hypervisor/bsp
Kaige Fu 80a79fed39 HV: Replace printf with pr_acrnlog after logmsg init
There are some massages which is not fatal error but should to print
to serial and sbuf(hvlog) at the same time. pr_fatal is for fatal error
massages and it is not good choice for the situation above.

Introduce a new API pr_acrnlog to deal with the situation. And replace the
following printf with pr_acrnlog for massages should be print to sbuf and
serial. Then developers can get those massages on serial and BTM(Boot Time
Measurement) can use acrnlog to get those massages from sbuf.

BTM refers to Boot Time Measurement which will read acrnlog file to get
timestamps of steps we want.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
2018-05-30 14:49:09 +08:00
..
include hv: remove vm_description_array 2018-05-30 14:01:56 +08:00
ld Revert "HV: Prepare cpu_secondary.S for AP trampoline code relocation" 2018-05-15 17:25:59 +08:00
sbl HV: Replace printf with pr_acrnlog after logmsg init 2018-05-30 14:49:09 +08:00
uefi HV: Replace printf with pr_acrnlog after logmsg init 2018-05-30 14:49:09 +08:00