--- /dev/null
+diff --git a/xen/drivers/passthrough/vtd/x86/vtd.c b/xen/drivers/passthrough/vtd/x86/vtd.c
+index bf6c1ea..86232f2 100644
+--- a/xen/drivers/passthrough/vtd/x86/vtd.c
++++ b/xen/drivers/passthrough/vtd/x86/vtd.c
+@@ -31,7 +31,7 @@
+ * iommu_inclusive_mapping: when set, all memory below 4GB is included in dom0
+ * 1:1 iommu mappings except xen and unusable regions.
+ */
+-static int iommu_inclusive_mapping;
++static int iommu_inclusive_mapping = 1;
+ boolean_param("iommu_inclusive_mapping", iommu_inclusive_mapping);
+
+ void *map_vtd_domain_page(u64 maddr)