[Qemu-devel] [PATCH v4 09/10] intel_iommu: turn off pt before 2.9

Peter Xu posted 10 patches 8 years, 8 months ago
[Qemu-devel] [PATCH v4 09/10] intel_iommu: turn off pt before 2.9
Posted by Peter Xu 8 years, 8 months ago
This is for compatibility.

Signed-off-by: Peter Xu <peterx@redhat.com>
---
 include/hw/compat.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/hw/compat.h b/include/hw/compat.h
index 55b1765..4c53d60 100644
--- a/include/hw/compat.h
+++ b/include/hw/compat.h
@@ -6,6 +6,10 @@
         .driver   = "pci-bridge",\
         .property = "shpc",\
         .value    = "off",\
+    },{\
+        .driver   = "intel-iommu",\
+        .property = "pt",\
+        .value    = "off",\
     },
 
 #define HW_COMPAT_2_8 \
-- 
2.7.4