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:
Yuan Liu
2020-03-09 22:40:11 +08:00
committed by wenlingz
parent 08ed45f4b4
commit d8a19f9978
4 changed files with 21 additions and 21 deletions

View File

@@ -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)