acrn-hypervisor/hypervisor/dm/vpci
dongshen 6794660e4f HV: use the common functions defined in vdev.c to reduce duplicate code
Both sharing mode and parittioin mode code can use the pci_find_vdev_by_pbdf
and pci_find_vdev_by_vbdf functions defined in vdev.c instead,
and remove the corresponding functions in other files.

Tracked-On: #2534
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-03-01 14:12:14 +08:00
..
hostbridge.c HV: cleanup header files under hypervisor/dm 2019-02-28 14:59:22 +08:00
msi.c HV: cleanup header files under hypervisor/dm 2019-02-28 14:59:22 +08:00
msix.c HV: cleanup header files under hypervisor/dm 2019-02-28 14:59:22 +08:00
partition_mode.c HV: use the common functions defined in vdev.c to reduce duplicate code 2019-03-01 14:12:14 +08:00
pci_priv.h HV: add generic vdev functions to vdev.c 2019-03-01 14:12:14 +08:00
pci_pt.c HV: cleanup header files under hypervisor/dm 2019-02-28 14:59:22 +08:00
sharing_mode.c HV: use the common functions defined in vdev.c to reduce duplicate code 2019-03-01 14:12:14 +08:00
vdev.c HV: add generic vdev functions to vdev.c 2019-03-01 14:12:14 +08:00
vpci.c HV: cleanup header files under hypervisor/dm 2019-02-28 14:59:22 +08:00