acrn-hypervisor/hypervisor/include/dm
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
..
pci.h hv: vpci: 2 MISRA-C violation fixes 2018-12-16 14:52:44 +08:00
vpci.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00