acrn-hypervisor/hypervisor/arch/x86/guest
Kaige Fu 37e664db0a HV: Replace misused pr_fatal with pr_acrnlog
The following massages is not fatal error but should be print to serial and
sbuf at the same time. pr_fatal is not a good choice. pr_acrnlog is designed
to deal with the situation. So replace the following misused pr_fatal with
pr_acrnlog.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
2018-05-31 15:27:10 +08:00
..
guest.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
instr_emul_wrapper.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
instr_emul_wrapper.h fix MISRA-C 243S 2018-05-31 11:26:13 +08:00
instr_emul.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
instr_emul.h HV:remove redundant field 'mmio' from 'struct emul_cnx' 2018-05-23 11:43:56 +08:00
pm.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
ucode.c refomatted GET_DATA_SIZE macro 2018-05-29 14:11:29 +08:00
vcpu.c hv: remove unused API init_cpu 2018-05-30 14:55:57 +08:00
vioapic.c HV: debug: stop using ## __VA_ARGS__ 2018-05-29 14:13:44 +08:00
vlapic_priv.h hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vlapic.c lapic: continuous LVT registers as an array 2018-05-30 13:52:11 +08:00
vm.c HV: Replace misused pr_fatal with pr_acrnlog 2018-05-31 15:27:10 +08:00
vmcall.c hv: vmcall_vmexit_handler should always return success 2018-05-31 11:27:22 +08:00
vmsr.c exception: use func vcpu_queue_exception to inject exception 2018-05-30 13:51:49 +08:00
vpic.c HV: debug: stop using ## __VA_ARGS__ 2018-05-29 14:13:44 +08:00