acrn-hypervisor/hypervisor/dm/vpci
dongshen 4be09f24f3 HV: enable bar emulation for sos
For sos, its vbar base address is set to pbar base address (vbar gpa = pbar
hpa)

For pre-launched VMs, vbar base address is pre-assigned in vm_config

Rename vdev_pt_remap_msix_table_bar to vdev_pt_remap_msix_table_vbar and make it
a static function

Remove unused function prototye vdev_pt_remap_msix_table_bar() in vpci_priv.h

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: enable bar emulation for sos 2019-07-04 11:25:01 +08:00
vdev.c HV: add missing @pre for some functions 2019-05-20 10:37:13 +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: Remove unused variable in ptirq_msi_info 2019-05-31 12:31:52 +08:00
vmsix.c hv: Rename tables member of vPCI msix struct pci_msix 2019-06-17 11:06:56 +08:00
vpci_priv.h HV: enable bar emulation for sos 2019-07-04 11:25:01 +08:00
vpci.c HV: enable bar emulation for sos 2019-07-04 11:25:01 +08:00