Re: [PATCH vfio 08/11] vfio/pci: Expose vfio_pci_core_setup_barmap()

2023-09-26 Thread Yishai Hadas via Virtualization
On 21/09/2023 19:35, Alex Williamson wrote: On Thu, 21 Sep 2023 15:40:37 +0300 Yishai Hadas wrote: Expose vfio_pci_core_setup_barmap() to be used by drivers. This will let drivers to mmap a BAR and re-use it from both vfio and the driver when it's applicable. This API will be used in the

Re: [PATCH vfio 08/11] vfio/pci: Expose vfio_pci_core_setup_barmap()

2023-09-21 Thread Alex Williamson
On Thu, 21 Sep 2023 15:40:37 +0300 Yishai Hadas wrote: > Expose vfio_pci_core_setup_barmap() to be used by drivers. > > This will let drivers to mmap a BAR and re-use it from both vfio and the > driver when it's applicable. > > This API will be used in the next patches by the vfio/virtio

[PATCH vfio 08/11] vfio/pci: Expose vfio_pci_core_setup_barmap()

2023-09-21 Thread Yishai Hadas via Virtualization
Expose vfio_pci_core_setup_barmap() to be used by drivers. This will let drivers to mmap a BAR and re-use it from both vfio and the driver when it's applicable. This API will be used in the next patches by the vfio/virtio coming driver. Signed-off-by: Yishai Hadas ---