summaryrefslogtreecommitdiffstats
path: root/include/hw/pci-host
diff options
context:
space:
mode:
authorJason Wang2021-08-04 05:48:02 +0200
committerMichael S. Tsirkin2021-09-04 22:35:17 +0200
commit3d1e5d86feab9402be448ab3bc507ae21acfa298 (patch)
tree5657a348f5206ff49c48bf24176d865bc1073829 /include/hw/pci-host
parentvirtio-bus: introduce iommu_enabled() (diff)
downloadqemu-3d1e5d86feab9402be448ab3bc507ae21acfa298.tar.gz
qemu-3d1e5d86feab9402be448ab3bc507ae21acfa298.tar.xz
qemu-3d1e5d86feab9402be448ab3bc507ae21acfa298.zip
virtio-pci: implement iommu_enabled()
This patch implements the PCI transport version of iommu_enabled. This is done by comparing the address space returned by pci_device_iommu_address_space() against address_space_memory. Note that an ideal approach is to use pci_device_iommu_address_space() in get_dma_as(), but it might not work well since the IOMMU could be initialized after the virtio-pci device is initialized. Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20210804034803.1644-3-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/pci-host')
0 files changed, 0 insertions, 0 deletions