[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC v10 01/25] scripts/update-linux-headers: Import iommu.h
From: |
Liu Yi L |
Subject: |
[RFC v10 01/25] scripts/update-linux-headers: Import iommu.h |
Date: |
Thu, 10 Sep 2020 03:56:14 -0700 |
From: Eric Auger <eric.auger@redhat.com>
Update the script to import the new iommu.h uapi header.
Cc: Kevin Tian <kevin.tian@intel.com>
Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
Cc: Peter Xu <peterx@redhat.com>
Cc: Yi Sun <yi.y.sun@linux.intel.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Cornelia Huck <cohuck@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Eric Auger <eric.auger@redhat.com>
---
scripts/update-linux-headers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
index 29c27f4..5b64ee3 100755
--- a/scripts/update-linux-headers.sh
+++ b/scripts/update-linux-headers.sh
@@ -141,7 +141,7 @@ done
rm -rf "$output/linux-headers/linux"
mkdir -p "$output/linux-headers/linux"
-for header in kvm.h vfio.h vfio_ccw.h vhost.h \
+for header in kvm.h vfio.h vfio_ccw.h vhost.h iommu.h \
psci.h psp-sev.h userfaultfd.h mman.h; do
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
done
--
2.7.4
- [RFC v10 00/25] intel_iommu: expose Shared Virtual Addressing to VMs, Liu Yi L, 2020/09/10
- [RFC v10 19/25] intel_iommu: replay pasid binds after context cache invalidation, Liu Yi L, 2020/09/10
- [RFC v10 22/25] intel_iommu: process PASID-based iotlb invalidation, Liu Yi L, 2020/09/10
- [RFC v10 01/25] scripts/update-linux-headers: Import iommu.h,
Liu Yi L <=
- [RFC v10 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.9-rc2, Liu Yi L, 2020/09/10
- [RFC v10 04/25] hw/pci: introduce pci_device_get_iommu_attr(), Liu Yi L, 2020/09/10
- [RFC v10 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps, Liu Yi L, 2020/09/10
- [RFC v10 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support, Liu Yi L, 2020/09/10
- [RFC v10 05/25] intel_iommu: add get_iommu_attr() callback, Liu Yi L, 2020/09/10
- [RFC v10 06/25] vfio: pass nesting requirement into vfio_get_group(), Liu Yi L, 2020/09/10
- [RFC v10 08/25] hw/iommu: introduce HostIOMMUContext, Liu Yi L, 2020/09/10
- [RFC v10 10/25] intel_iommu: add set/unset_iommu_context callback, Liu Yi L, 2020/09/10
- [RFC v10 09/25] hw/pci: introduce pci_device_set/unset_iommu_context(), Liu Yi L, 2020/09/10
- [RFC v10 12/25] vfio: init HostIOMMUContext per-container, Liu Yi L, 2020/09/10