Re: [PATCH v18 1/3] vfio/pci: rename and export do_io_rw()

2024-02-18 Thread Yishai Hadas
On 16/02/2024 5:01, ank...@nvidia.com wrote: From: Ankit Agrawal do_io_rw() is used to read/write to the device MMIO. The grace hopper VFIO PCI variant driver require this functionality to read/write to its memory. Rename this as vfio_pci_core functions and export as GPL. Reviewed-by: Kevin T

[PATCH v18 1/3] vfio/pci: rename and export do_io_rw()

2024-02-15 Thread ankita
From: Ankit Agrawal do_io_rw() is used to read/write to the device MMIO. The grace hopper VFIO PCI variant driver require this functionality to read/write to its memory. Rename this as vfio_pci_core functions and export as GPL. Reviewed-by: Kevin Tian Signed-off-by: Ankit Agrawal --- drivers