Re: [PATCH 1/2] iommu/vt-d: Detach domain before using a private one

2019-08-09 Thread Joerg Roedel
On Tue, Aug 06, 2019 at 08:14:08AM +0800, Lu Baolu wrote: > drivers/iommu/intel-iommu.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Applied to iommu/fixes, thanks. ___ iommu mailing list iommu@lists.linux-foundation.org

Re: [PATCH 1/2] iommu/vt-d: Detach domain before using a private one

2019-08-08 Thread Lu Baolu
Hi Alex, On 8/9/19 4:10 AM, Alex Williamson wrote: On Tue, 6 Aug 2019 08:14:08 +0800 Lu Baolu wrote: When the default domain of a group doesn't work for a device, the iommu driver will try to use a private domain. The domain which was previously attached to the device must be detached. Cc: