acrn-hypervisor/hypervisor/dm/vpci
dongshen f873b843de HV: cosmetix fix for pci_pt.c
Use local variable msix instead of vdev->msix, vdev_pt_remap_msix_table_bar has
already defined a local variable msix (&vdev->msix), use msix instead of
vdev->msix to simplify the code.

Fix @pre for functions

Rename pci_bar_base to get_bar_base

Fix typo in comment

Tracked-On: #3056
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-05-20 10:37:13 +08:00
..
pci_pt.c HV: cosmetix fix for pci_pt.c 2019-05-20 10:37:13 +08:00
vdev.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vhostbridge.c HV: use is_prelaunched_vm/is_hostbridge to check if the code is only for pre-launched VMs 2019-05-20 10:37:13 +08:00
vmsi.c hv: Remove separate interrupt routine for pre-launched VMs 2019-04-04 17:51:36 +08:00
vmsix.c hv: Remove separate interrupt routine for pre-launched VMs 2019-04-04 17:51:36 +08:00
vpci_priv.h HV: use is_prelaunched_vm/is_hostbridge to check if the code is only for pre-launched VMs 2019-05-20 10:37:13 +08:00
vpci.c HV: use is_prelaunched_vm/is_hostbridge to check if the code is only for pre-launched VMs 2019-05-20 10:37:13 +08:00