passthrough: Turn on IOMMU/HAP pagetable sharing by default.
authorTim Deegan <tim@xen.org>
Thu, 25 Aug 2011 11:03:14 +0000 (12:03 +0100)
committerTim Deegan <tim@xen.org>
Thu, 25 Aug 2011 11:03:14 +0000 (12:03 +0100)
Signed-off-by: Tim Deegan <tim@xen.org>
xen/drivers/passthrough/iommu.c

index be5cb246bfb2d6c590997154410e2ad41d36d4ca..44d55ef84f1a93c582b0169a0272e9c231b3f5a0 100644 (file)
@@ -47,7 +47,7 @@ bool_t __read_mostly iommu_passthrough;
 bool_t __read_mostly iommu_snoop = 1;
 bool_t __read_mostly iommu_qinval = 1;
 bool_t __read_mostly iommu_intremap = 1;
-bool_t __read_mostly iommu_hap_pt_share;
+bool_t __read_mostly iommu_hap_pt_share = 1;
 bool_t __read_mostly iommu_debug;
 bool_t __read_mostly iommu_amd_perdev_vector_map = 1;
 bool_t __read_mostly amd_iommu_perdev_intremap;