mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
intel_iommu: turn off pt before 2.9
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>
This commit is contained in:
parent
dbaabb25f4
commit
c10595fb34
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
||||||
.driver = "pci-bridge",\
|
.driver = "pci-bridge",\
|
||||||
.property = "shpc",\
|
.property = "shpc",\
|
||||||
.value = "off",\
|
.value = "off",\
|
||||||
|
},{\
|
||||||
|
.driver = "intel-iommu",\
|
||||||
|
.property = "pt",\
|
||||||
|
.value = "off",\
|
||||||
},
|
},
|
||||||
|
|
||||||
#define HW_COMPAT_2_8 \
|
#define HW_COMPAT_2_8 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue