intel_iommu: turn off pt before 2.9
authorPeter Xu <peterx@redhat.com>
Fri, 19 May 2017 03:19:48 +0000 (11:19 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 25 May 2017 18:25:28 +0000 (21:25 +0300)
This is for compatibility.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
include/hw/compat.h

index 55b176507ab8706384ac49e657f5678639ec3ff3..4c53d600c1c3a55509b2ab8ac9e1a64964205670 100644 (file)
@@ -6,6 +6,10 @@
         .driver   = "pci-bridge",\
         .property = "shpc",\
         .value    = "off",\
+    },{\
+        .driver   = "intel-iommu",\
+        .property = "pt",\
+        .value    = "off",\
     },
 
 #define HW_COMPAT_2_8 \