]> xenbits.xensource.com Git - xen.git/commit
VT-d: unhide messages needed for diagnosing firmware issues
authorJan Beulich <jbeulich@suse.com>
Tue, 22 Dec 2015 09:11:44 +0000 (10:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 22 Dec 2015 09:11:44 +0000 (10:11 +0100)
commit009298d7baf6b8a9baed48121ff181e24abf6224
tree4268f0c7b07b1b5074141654ca6db2ef458e3644
parent0d82868e1f45a4219954433a24f86004308f5c57
VT-d: unhide messages needed for diagnosing firmware issues

Undue use of dprintk() lead to many messages useful in diagnosing
issues in the field now being hidden in non-debug (i.e. production)
builds. Re-surface them, namely when init-time only and/or already
guarded by iommu_{verbose,debug} conditionals. Switch from using
iommu_verbose to iommu_debug in a couple of runtime cases.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Feng Wu <feng.wu@intel.com>
xen/drivers/passthrough/vtd/dmar.c
xen/drivers/passthrough/vtd/iommu.c