acrn-hypervisor/hypervisor/dm/vpci
dongshen 28d454bfb9 HV: move bar access and alignment checking out of vdev_pt_write_vbar
And put the checking in vdev_pt_write_cfg instead to have less nesting in
vdev_pt_write_vbar to improve code readability.

Rename function:
vdev_pt_remap_generic_bar --> vdev_pt_remap_generic_mem_vbar

vdev_pt_read_cfg's function declaration is merged into one line instead of 2
lines

Tracked-On: #3241
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2019-06-27 15:35:16 +08:00
..
pci_pt.c HV: move bar access and alignment checking out of vdev_pt_write_vbar 2019-06-27 15:35:16 +08:00
vdev.c HV: add missing @pre for some functions 2019-05-20 10:37:13 +08:00
vhostbridge.c HV: unify the sharing_mode_cfgwrite and partition_mode_cfgwrite code 2019-05-20 10:37:13 +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: add missing @pre for some functions 2019-05-20 10:37:13 +08:00
vpci.c ACRN/HV: emulated pcicfg uses the aligned offset to fix the unaligned pci_cfg access 2019-06-13 10:28:17 +08:00