acrn-hypervisor/hypervisor/dm
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
..
vpci HV: Fix VPCI bugs found in integration testing for partition mode 2018-09-03 11:26:30 +08:00
vioapic.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vpic.c hv: fix 'Procedure is not called or referenced in code analysed' 2018-09-06 12:01:30 +08:00
vrtc.c hv: Add vrtc emulation support for ACRN partition mode 2018-08-16 16:23:11 +08:00