[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] linux-headers: change the annotation of VFIO_IOMMU_SPAPR_REG
|
From: |
Cornelia Huck |
|
Subject: |
Re: [PATCH] linux-headers: change the annotation of VFIO_IOMMU_SPAPR_REGISTER_MEMORY in vfio.h |
|
Date: |
Fri, 12 Apr 2024 09:53:07 +0200 |
|
User-agent: |
Notmuch/0.37 (https://notmuchmail.org) |
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.]