]> asedeno.scripts.mit.edu Git - linux.git/commit
iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore
authorEric Auger <eric.auger@redhat.com>
Thu, 19 Jan 2017 20:58:03 +0000 (20:58 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 23 Jan 2017 15:00:47 +0000 (15:00 +0000)
commit5018c8d5ef0c172592eb98cf10e253d47b544ba8
treec963fb697a74208ce7566e8bef1565b74e217094
parent9d72f87babf144ff3ca5d85655c710de05110038
iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymore

IOMMU_CAP_INTR_REMAP has been advertised in arm-smmu(-v3) although
on ARM this property is not attached to the IOMMU but rather is
implemented in the MSI controller (GICv3 ITS).

Now vfio_iommu_type1 checks MSI remapping capability at MSI controller
level, let's correct this.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Reviewed-by: Tomasz Nowicki <tomasz.nowicki@caviumnetworks.com>
Tested-by: Tomasz Nowicki <tomasz.nowicki@caviumnetworks.com>
Tested-by: Bharat Bhushan <bharat.bhushan@nxp.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu-v3.c
drivers/iommu/arm-smmu.c