[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs
From: |
Cornelia Huck |
Subject: |
Re: [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs |
Date: |
Wed, 29 Jan 2020 13:28:41 +0100 |
On Wed, 29 Jan 2020 04:16:38 -0800
"Liu, Yi L" <address@hidden> wrote:
> From: Liu Yi L <address@hidden>
>
> The kernel uapi/linux/iommu.h header file includes the
> extensions for vSVA support. e.g. bind gpasid, iommu
> fault report related user structures and etc.
>
> Cc: Kevin Tian <address@hidden>
> Cc: Jacob Pan <address@hidden>
> Cc: Peter Xu <address@hidden>
> Cc: Yi Sun <address@hidden>
> Cc: Michael S. Tsirkin <address@hidden>
> Cc: Cornelia Huck <address@hidden>
> Cc: Paolo Bonzini <address@hidden>
> Signed-off-by: Liu Yi L <address@hidden>
> ---
> linux-headers/linux/iommu.h | 372
> ++++++++++++++++++++++++++++++++++++++++++++
> linux-headers/linux/vfio.h | 148 ++++++++++++++++++
> 2 files changed, 520 insertions(+)
> create mode 100644 linux-headers/linux/iommu.h
Please add a note that this is to be replaced with a full headers
update, so that it doesn't get missed :)
- [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h, (continued)
- [RFC v3 06/25] scripts/update-linux-headers: Import iommu.h, Liu, Yi L, 2020/01/29
- [RFC v3 04/25] hw/pci: introduce pci_device_iommu_context(), Liu, Yi L, 2020/01/29
- [RFC v3 09/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support, Liu, Yi L, 2020/01/29
- [RFC v3 08/25] vfio: pass IOMMUContext into vfio_get_group(), Liu, Yi L, 2020/01/29
- [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject, Liu, Yi L, 2020/01/29
- [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs, Liu, Yi L, 2020/01/29
- Re: [RFC v3 07/25] header file update VFIO/IOMMU vSVA APIs,
Cornelia Huck <=
- [RFC v3 05/25] intel_iommu: provide get_iommu_context() callback, Liu, Yi L, 2020/01/29
- [RFC v3 03/25] hw/iommu: introduce IOMMUContext, Liu, Yi L, 2020/01/29
- [RFC v3 10/25] vfio: register DualStageIOMMUObject to vIOMMU, Liu, Yi L, 2020/01/29
- [RFC v3 01/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps, Liu, Yi L, 2020/01/29
- [RFC v3 12/25] vfio/common: add pasid_alloc/free support, Liu, Yi L, 2020/01/29
- [RFC v3 13/25] intel_iommu: modify x-scalable-mode to be string option, Liu, Yi L, 2020/01/29
- [RFC v3 11/25] vfio: get stage-1 pasid formats from Kernel, Liu, Yi L, 2020/01/29