acrn-hypervisor/hypervisor/dm/vpci
dongshen 3be6c6593f HV: merge partition_mode.c and sharing_mode.c's code into vpci.c
Delete the 2 files and merge their code into vpci.c:
 hypervisor/dm/vpci/partition_mode.c
 hypervisor/dm/vpci/sharing_mode.c

And change the Makefile accordingly
Change PCI_PRIV_H_ to VPCI_PRIV_H_ in vpci_priv.h

Some misra c fix:
 Add @pre for functions
 Add const to function parameters

Tracked-On: #2534
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2019-03-25 12:35:39 +08:00
..
pci_pt.c HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
vdev.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vhostbridge.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vmsi.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vmsix.c HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
vpci.c HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
vpci_priv.h HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00