acrn-hypervisor/hypervisor/arch/x86
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
..
debug HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
guest HV: Replace misused pr_fatal with pr_acrnlog 2018-05-31 15:27:10 +08:00
assign.c HV: treewide: give names to unnamed structs/unions 2018-05-29 14:12:15 +08:00
cpu_primary.S HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu_secondary.S HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu_state_tbl.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
cpu.c HV: Replace printf with pr_acrnlog after logmsg init 2018-05-30 14:49:09 +08:00
cpuid.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
ept.c HV: Replace misused pr_fatal with pr_acrnlog 2018-05-31 15:27:10 +08:00
gdt.c HV: treewide: give names to unnamed structs/unions 2018-05-29 14:12:15 +08:00
idt.S initial import 2018-05-11 14:44:28 +08:00
interrupt.c exception: add vcpu_inject_pf support 2018-05-30 13:51:49 +08:00
intr_lapic.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
intr_main.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
io.c treewide: remove unnecessary unnamed structs/unions 2018-05-29 14:12:15 +08:00
ioapic.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
irq.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
mmu.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
notify.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
retpoline-thunk.S retpoline: add indirect thunk support 2018-05-15 17:19:36 +08:00
softirq.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
timer.c HV: further cleanup of header inclusions 2018-05-25 10:45:56 +08:00
trusty.c HV: treewide: give names to unnamed structs/unions 2018-05-29 14:12:15 +08:00
vmexit.c hv: remove cr3 handling from cr_access_vmexit_handler 2018-05-30 14:55:57 +08:00
vmx_asm.S Jmp to vm_exit directly to avoid calling vmlaunch again if vm-entry fails in vmresume 2018-05-15 17:19:37 +08:00
vmx.c hv: remove cr3 handling from cr_access_vmexit_handler 2018-05-30 14:55:57 +08:00
vtd.c HV: debug: stop using ## __VA_ARGS__ 2018-05-29 14:13:44 +08:00