mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-03 05:56:57 +00:00
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> |
||
---|---|---|
.. | ||
guest.c | ||
instr_emul.c | ||
instr_emul.h | ||
mptable.c | ||
pm.c | ||
ucode.c | ||
vcpu.c | ||
vlapic_priv.h | ||
vlapic.c | ||
vm.c | ||
vmcall.c | ||
vmsr.c |