mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
hv: refine naming
Change enable_vf/disable_vf to create_vfs/disable_vfs Change base member of pci_vbar to base_gpa Tracked-On: #4433 Signed-off-by: Yuan Liu <yuan1.liu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -144,7 +144,7 @@ static void pci_vdev_update_vbar_base(struct pci_vdev *vdev, uint32_t idx)
|
||||
base = 0UL;
|
||||
}
|
||||
|
||||
vdev->vbars[idx].base = base;
|
||||
vdev->vbars[idx].base_gpa = base;
|
||||
}
|
||||
|
||||
void pci_vdev_write_vbar(struct pci_vdev *vdev, uint32_t idx, uint32_t val)
|
||||
|
||||
Reference in New Issue
Block a user