acrn-hypervisor/hypervisor/include
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
..
arch/x86 hv: remove vm_description_array 2018-05-30 14:01:56 +08:00
common page walk during copy_from_vm/copy_to_vm 2018-05-24 13:42:19 +08:00
debug HV: Replace printf with pr_acrnlog after logmsg init 2018-05-30 14:49:09 +08:00
lib fix "warning:redefinition of typedef 'uint32_t'" 2018-05-30 13:52:52 +08:00
public treewide: remove unnecessary unnamed structs/unions 2018-05-29 14:12:15 +08:00
hv_debug.h initial import 2018-05-11 14:44:28 +08:00
hv_lib.h hv: lib: split atomic operation to atomic.h 2018-05-18 10:52:31 +08:00
hypervisor.h HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00