aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorAllen Kay <allen.m.kay@intel.com>2011-06-23 11:11:24 +0100
committerAllen Kay <allen.m.kay@intel.com>2011-06-23 11:11:24 +0100
commit66b29760bc32964308a5dcd5d8b0d75930d0bff8 (patch)
tree6ea94b0fdd8bbf5375b82bf6f9b20c6997e17b97 /xen/include/xen/iommu.h
parent9c1ebbba309d04e15c8bc768843127c2c8b84c5f (diff)
downloadxen-66b29760bc32964308a5dcd5d8b0d75930d0bff8.tar.gz
xen-66b29760bc32964308a5dcd5d8b0d75930d0bff8.tar.bz2
xen-66b29760bc32964308a5dcd5d8b0d75930d0bff8.zip
[VTD] print out debug message in vt-d fault handler only when iommu=debug is set
Print out debug messages in vtd_page_fault() handler only when iommu=debug is set xen boot parameter. Signed-off-by: Allen Kay <allen.m.kay@intel.com>
Diffstat (limited to 'xen/include/xen/iommu.h')
-rw-r--r--xen/include/xen/iommu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/iommu.h b/xen/include/xen/iommu.h
index 31476c20c1..d4c94d0c16 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -31,7 +31,7 @@ extern bool_t force_iommu, iommu_verbose;
extern bool_t iommu_workaround_bios_bug, iommu_passthrough;
extern bool_t iommu_snoop, iommu_qinval, iommu_intremap;
extern bool_t iommu_hap_pt_share;
-extern bool_t amd_iommu_debug;
+extern bool_t iommu_debug;
extern bool_t amd_iommu_perdev_intremap;
extern struct rangeset *mmio_ro_ranges;