On Thu, Apr 11 2024, JianChunfu <chunfu.jian@shingroup.cn> wrote:
> The ioctl(VFIO_IOMMU_MAP_DMA/VFIO_IOMMU_UNMAP_DMA) won't be called
> in SPAPR machine, which is replaced by VFIO_IOMMU_SPAPR_TCE_CREATE/
> VFIO_IOMMU_SPAPR_TCE_REMOVE, so change the description.
>
> Signed-off-by: JianChunfu <chunfu.jian@shingroup.cn>
> ---
> linux-headers/linux/vfio.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Instead of editing things under linux-headers directly, the kernel
source file needs to be changed instead so that a headers sync will
update the file here. [No opinion on the actual change.]