Re: [PATCH 4/5] iommu: Move REQ_ACS_FLAGS out to header and rename

From: Joerg Roedel
Date: Thu Nov 10 2016 - 07:27:22 EST


On Wed, Oct 26, 2016 at 12:01:34PM -0600, Alex Williamson wrote:
> Allow other parts of the kernel to see which PCI ACS flags the IOMMU
> layer considers necessary for isolation.
>
> Signed-off-by: Alex Williamson <alex.williamson@xxxxxxxxxx>
> Cc: Joerg Roedel <joro@xxxxxxxxxx>
> ---
> drivers/iommu/iommu.c | 18 +++++-------------
> include/linux/iommu.h | 11 +++++++++++
> 2 files changed, 16 insertions(+), 13 deletions(-)

Applied, thanks Alex.