Re: [PATCH 00/26] iommu/vt-d: Clean up device<->domain attachment

2015-08-07 Thread Joerg Roedel
On Thu, Aug 06, 2015 at 01:19:47PM -0600, Alex Williamson wrote: > Nice cleanup, Joerg! A few minor comments in follow-up to the > individual patches. Thanks, Thanks, it was finally worth the headaches I got by trying to understand the old code :) Joerg ___

Re: [PATCH 00/26] iommu/vt-d: Clean up device<->domain attachment

2015-08-06 Thread Alex Williamson
On Wed, 2015-08-05 at 17:18 +0200, Joerg Roedel wrote: > Hi, > > here is a (bigger than I expected) patch-set which cleans up > the code to attach and detach domains to iommus in the Intel > VT-d driver. > > In particular, the patch-set does: > > * Remove special cases around the handling

[PATCH 00/26] iommu/vt-d: Clean up device<->domain attachment

2015-08-05 Thread Joerg Roedel
Hi, here is a (bigger than I expected) patch-set which cleans up the code to attach and detach domains to iommus in the Intel VT-d driver. In particular, the patch-set does: * Remove special cases around the handling of various domain types and align their handling wh