Re: [PATCH v6 1/5] iommu/vt-d: Add debugfs support for Intel IOMMU internals

2018-01-10 Thread Andy Shevchenko
On Tue, 2018-01-09 at 19:48 -0800, Sohil Mehta wrote: > From: Gayatri Kammela > > Enable Intel IOMMU debug to export Intel IOMMU internals in debugfs > +config INTEL_IOMMU_DEBUG > + bool "Export Intel IOMMU internals in DebugFS" > + depends on INTEL_IOMMU &&

[PATCH v6 1/5] iommu/vt-d: Add debugfs support for Intel IOMMU internals

2018-01-09 Thread Sohil Mehta
From: Gayatri Kammela Enable Intel IOMMU debug to export Intel IOMMU internals in debugfs Cc: Sohil Mehta Cc: Fenghua Yu Cc: Ashok Raj Signed-off-by: Jacob Pan