From: Peter Xu Date: Fri, 19 May 2017 03:19:48 +0000 (+0800) Subject: intel_iommu: turn off pt before 2.9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c10595fb348d3fe6991fe9750834bd2ab16d3190;p=qemu.git intel_iommu: turn off pt before 2.9 This is for compatibility. Signed-off-by: Peter Xu Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin Reviewed-by: Jason Wang --- diff --git a/include/hw/compat.h b/include/hw/compat.h index 55b176507a..4c53d600c1 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 \