acrn-hypervisor/hypervisor/include/dm
dongshen a7f528cfd0 HV: remove vdev ops for partition mode
Remove vdev ops for partition mode, change related code to directly call the corresponding
functions instead

Remove struct pci_vdev_ops from vpci.h

Add @pre for pci_find_vdev_by_pbdf and pci_find_vdev_by_vbdf/partition_mode_vpci_init

Change the return value from int32_t to void to comply with misra c and
add ASSERT/panic in the functions (if necessary):
 vdev_hostbridge_init
 vdev_hostbridge_deinit
 vdev_pt_init
 vdev_pt_deinit

Still use pr_err in partition_mode_cfgread and partition_mode_cfgwrite to check if vdev cfgread/cfgwrite
access is aligned on 1/2/4 bytes, which is the only case that vdev cfgread/cfgwrite will return
nonzero, pr_err will be removed in subsequent patch titled "unify the sharing
mode and partition mode coding style for similar functions"

Remove @pre for local variables

Add ASSERT in partition_mode_pdev_init to check if pdev is NULL (user config
error)

Tracked-On: #2534
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-03-20 12:04:42 +08:00
..
mptable.h HV: remove unused mptable info 2019-01-18 11:50:00 +08:00
pci.h HV: define function bdf_is_equal() to compare bdf 2019-02-25 09:03:09 +08:00
vioapic.h hv:cleanup header file for vm.c & vm.h 2019-02-03 13:50:42 +08:00
vpci.h HV: remove vdev ops for partition mode 2019-03-20 12:04:42 +08:00
vpic.h hv:cleanup header file for vm.c & vm.h 2019-02-03 13:50:42 +08:00