acrn-hypervisor/hypervisor/dm/vpci
Shiqing Gao 8787c06d3b hv: arch: fix 'Unused procedure parameter'
MISRA-C requires that there should be no unused parameters in
functions.

In some cases, we will keep the unused parameters.
vmexit handler is one example. It is used as function pointer.
Some of the vmexit handlers use the input parameter 'vcpu', some of
them don't. We still need to keep the unused parameters 'vcpu' for
those handlers don't use 'vcpu'.

This patch removes the unused parameters that is not being used
unconditionally.

v1 -> v2:
 * remove the non-implemented API 'vlapic_id_write_handler'

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-26 10:48:55 +08:00
..
hostbridge.c HV: Fix VPCI bugs found in integration testing for partition mode 2018-09-03 11:26:30 +08:00
pci_priv.h HV: Fix VPCI bugs found in integration testing for partition mode 2018-09-03 11:26:30 +08:00
pci_pt.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
pci_vdev.c HV: VPCI coding style fix 2018-09-03 11:26:30 +08:00
vpci.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00