aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/iommu.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-07-09 15:39:35 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-07-09 15:39:35 +0100
commit52b8c95eaed13358f8069ccaf8739a2414b2b9cf (patch)
treeec46f6eee5370c4ad4a238b4bcb400c8427edd7e /xen/include/xen/iommu.h
parentfa1c92c8ce3561a233a296ce95cdcd87697df5d2 (diff)
downloadxen-52b8c95eaed13358f8069ccaf8739a2414b2b9cf.tar.gz
xen-52b8c95eaed13358f8069ccaf8739a2414b2b9cf.tar.bz2
xen-52b8c95eaed13358f8069ccaf8739a2414b2b9cf.zip
iommu: Remove pointless iommu=pv boot option.
Allow devices to always be passed through to PV domains, just as they can be to HVM domains. Signed-off-by: Keir Fraser <keir.fraser@citrix.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 1b16f7f392..98ead331a5 100644
--- a/xen/include/xen/iommu.h
+++ b/xen/include/xen/iommu.h
@@ -26,7 +26,7 @@
#include <public/hvm/ioreq.h>
#include <public/domctl.h>
-extern bool_t iommu_enabled, iommu_pv_enabled;
+extern bool_t iommu_enabled;
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;