Re: [RFC PATCH v2 02/10] iommu/vt-d: Add multiple domains per device query

2018-09-05 Thread Lu Baolu
Hi, On 09/06/2018 03:35 AM, Alex Williamson wrote: On Thu, 30 Aug 2018 12:09:14 +0800 Lu Baolu wrote: Add the response to IOMMU_CAP_AUX_DOMAIN capability query through iommu_capable(). Return true if IOMMUs support the scalable mode, return false otherwise. Cc: Ashok Raj Cc: Jacob Pan Cc:

Re: [RFC PATCH v2 02/10] iommu/vt-d: Add multiple domains per device query

2018-09-05 Thread Alex Williamson
On Thu, 30 Aug 2018 12:09:14 +0800 Lu Baolu wrote: > Add the response to IOMMU_CAP_AUX_DOMAIN capability query > through iommu_capable(). Return true if IOMMUs support the > scalable mode, return false otherwise. > > Cc: Ashok Raj > Cc: Jacob Pan > Cc: Kevin Tian > Cc: Liu Yi L > Signed-off-

[RFC PATCH v2 02/10] iommu/vt-d: Add multiple domains per device query

2018-08-29 Thread Lu Baolu
Add the response to IOMMU_CAP_AUX_DOMAIN capability query through iommu_capable(). Return true if IOMMUs support the scalable mode, return false otherwise. Cc: Ashok Raj Cc: Jacob Pan Cc: Kevin Tian Cc: Liu Yi L Signed-off-by: Lu Baolu --- drivers/iommu/intel-iommu.c | 31 +++