acrn-hypervisor/hypervisor/arch/x86/guest
Shiqing Gao f2f719cfa8 hv: fix 'Procedure is not called or referenced in code analysed'
MISRA-C requires that each function defined and declared shall be called
or referenced in code analyzed.

In some cases, we would like to keep the non-called functions for code
completeness, such as
vcpu_inject_extint/vcpu_inject_nmi/vcpu_inject_gp/vcpu_inject_pf
/vcpu_inject_ud/vcpu_inject_ac/vcpu_inject_ss.

This pacth removes some functions that are independent and are not
called in our code base.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-06 12:01:30 +08:00
..
guest.c hv: fix 'Procedure is not called or referenced in code analysed' 2018-09-06 12:01:30 +08:00
instr_emul.c HV: Refine two log info about vcpu and instr_emul 2018-09-03 11:23:15 +08:00
instr_emul.h HV: instr_emul: Remove dead code 2018-08-07 12:09:22 +08:00
mptable.c hv: Device MSIs in partition mode ACRN 2018-09-03 09:32:15 +08:00
pm.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
ucode.c hv: treewide: convert some MACROs to inline functions 2018-09-04 12:27:18 +08:00
vcpu.c HV: Refine two log info about vcpu and instr_emul 2018-09-03 11:23:15 +08:00
vlapic_priv.h HV: remove callbacks registration for APICv functions 2018-08-23 11:11:21 +08:00
vlapic.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vm.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vmcall.c hv: add a hypercall for the hypervisor NPK log 2018-08-23 11:09:25 +08:00
vmsr.c hv: code clean up regarding to guest_msrs 2018-08-28 11:08:48 +08:00