acrn-hypervisor/hypervisor/dm/vpci
dongshen 012ec75163 HV: rename vbdf in struct pci_vdev to bdf
Rename vbdf to bdf for the following reasons:
Use the same coding style as struct pci_pdev, as pci_pdev uses bdf instead of pbdf

pci_vdev implies the its bdf is virtual, no need to prefix bdf with the v
prefix (redundant)

Tracked-On: #3241
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-07-04 11:25:01 +08:00
..
pci_pt.c HV: add support for PIO bar emulation 2019-07-04 11:25:01 +08:00
vdev.c HV: rename vbdf in struct pci_vdev to bdf 2019-07-04 11:25:01 +08:00
vhostbridge.c HV: add uint32_t nr_bars to struct pci_vdev 2019-06-27 15:35:16 +08:00
vmsi.c HV: rename vbdf in struct pci_vdev to bdf 2019-07-04 11:25:01 +08:00
vmsix.c HV: rename vbdf in struct pci_vdev to bdf 2019-07-04 11:25:01 +08:00
vpci_priv.h HV: rename vbdf in struct pci_vdev to bdf 2019-07-04 11:25:01 +08:00
vpci.c HV: rename vbdf in struct pci_vdev to bdf 2019-07-04 11:25:01 +08:00