acrn-hypervisor/hypervisor/dm/vpci
Zide Chen 2028034151 hv: MISRA-C fix "identifier reuse" in vpci code
13X: Identifier reuse: tag vs component.
A tag name shall be a unique identifier

Change the following names:
  struct msi --> struct pci_msi
  struct msix --> struct pci_msix
  struct vpci --> struct acrn_vpci
  union cfgdata -> union pci_cfgdata

Tracked-On: #861
Signed-off-by: Zide Chen <zide.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-12-18 13:39:15 +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: MISRA-C fix "identifier reuse" in vpci code 2018-12-18 13:39:15 +08:00
partition_mode.c hv: MISRA-C fix "identifier reuse" in vpci code 2018-12-18 13:39:15 +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: MISRA-C fix "identifier reuse" in vpci code 2018-12-18 13:39:15 +08:00
vpci.c hv: MISRA-C fix "identifier reuse" in vpci code 2018-12-18 13:39:15 +08:00