acrn-hypervisor/hypervisor/dm/vpci
Zide Chen a3d2a7e726 hv: vpci: 2 MISRA-C violation fixes
36D Prototype and definition name mismatch
  pci_scan_bus() and sharing_mode_find_vdev() wrong parameter in prototype.
14D Attempt to change parameter passed by value.
  vmsix_table_rw() uses function parameter as local viarable.

Tracked-On: #861
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-16 14:52:44 +08:00
..
core.c hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S 2018-11-15 08:58:32 +08:00
hostbridge.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
msi.c hv:Rename ptdev to ptirq for some APIs 2018-11-30 13:27:49 +08:00
msix.c hv: vpci: 2 MISRA-C violation fixes 2018-12-16 14:52:44 +08:00
partition_mode.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pci_priv.h hv: vpci: 2 MISRA-C violation fixes 2018-12-16 14:52:44 +08:00
pci_pt.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
sharing_mode.c hv: avoid to use "++" or "--" operators in an expression 2018-12-07 16:39:58 +08:00
vpci.c hv: vpci: revert the temporary workaround of handling I/O port CF9 2018-11-19 09:34:34 +08:00