]> xenbits.xen.org Git - xenclient/xen-pq.git/commitdiff
Change default for iommu_inclusive_mapping to on.
authorroot <root@debian.hsd1.wa.comcast.net>
Wed, 29 Jul 2009 03:35:56 +0000 (20:35 -0700)
committerroot <root@debian.hsd1.wa.comcast.net>
Wed, 29 Jul 2009 03:35:56 +0000 (20:35 -0700)
master/default-iommu-inclusive-mapping [new file with mode: 0644]
master/series

diff --git a/master/default-iommu-inclusive-mapping b/master/default-iommu-inclusive-mapping
new file mode 100644 (file)
index 0000000..4face49
--- /dev/null
@@ -0,0 +1,13 @@
+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)
index 9b86abe486f624f5625035fa50fd6f1ed1c203af..fa873319a024ad534f6820cad4805db686d821e9 100644 (file)
@@ -14,3 +14,4 @@ mtrr-changes
 video-memory-workaround
 tools-hvm-info
 disable-abr
+default-iommu-inclusive-mapping