mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
dm: remove vdev_update_bar_map callback for PCIe device
Since this callback is only useful for pass through PCIe device and now pass through PCIe device emulation has splited from DM to HV. we could remove this callback now. Tracked-On: #4371 Signed-off-by: Li Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -71,11 +71,6 @@ struct pci_vdev_ops {
|
||||
/* ops related to physical resources */
|
||||
void (*vdev_phys_access)(struct vmctx *ctx, struct pci_vdev *dev);
|
||||
|
||||
/* update BAR map callback */
|
||||
void (*vdev_update_bar_map)(struct vmctx *ctx,
|
||||
struct pci_vdev *dev, int idx,
|
||||
uint64_t orig_addr);
|
||||
|
||||
/* config space read/write callbacks */
|
||||
int (*vdev_cfgwrite)(struct vmctx *ctx, int vcpu,
|
||||
struct pci_vdev *pi, int offset,
|
||||
|
Reference in New Issue
Block a user