Re: [PATCH 0/6] trivial cleanup for iommu/vt-d

2014-07-04 Thread Yijing Wang
On 2014/7/4 17:22, Joerg Roedel wrote: > On Tue, May 20, 2014 at 08:37:46PM +0800, Yijing Wang wrote: >> >> Yijing Wang (6): >> iommu/vt-d: Use list_for_each_safe() to simplify code >> iommu/vt-d: move up no_iommu and dmar_disabled check >> iommu/vt-d: clear the redundant assignment in dmar_e

Re: [PATCH 0/6] trivial cleanup for iommu/vt-d

2014-07-04 Thread Joerg Roedel
On Tue, May 20, 2014 at 08:37:46PM +0800, Yijing Wang wrote: > > Yijing Wang (6): > iommu/vt-d: Use list_for_each_safe() to simplify code > iommu/vt-d: move up no_iommu and dmar_disabled check > iommu/vt-d: clear the redundant assignment in dmar_enable_qi > iommu/vt-d: clear the redundant

Re: [PATCH 0/6] trivial cleanup for iommu/vt-d

2014-06-17 Thread Yijing Wang
ping... On 2014/5/20 20:37, Yijing Wang wrote: > Some cleanup patches for iommu/vt-d. > > Yijing Wang (6): > iommu/vt-d: Use list_for_each_safe() to simplify code > iommu/vt-d: move up no_iommu and dmar_disabled check > iommu/vt-d: clear the redundant assignment in dmar_enable_qi > iommu/

[PATCH 0/6] trivial cleanup for iommu/vt-d

2014-05-20 Thread Yijing Wang
Some cleanup patches for iommu/vt-d. Yijing Wang (6): iommu/vt-d: Use list_for_each_safe() to simplify code iommu/vt-d: move up no_iommu and dmar_disabled check iommu/vt-d: clear the redundant assignment in dmar_enable_qi iommu/vt-d: clear the redundant assignment for domain->nid iommu/v