hw/pci/pci_host: Allow PCI host to bypass iommu
authorXingang Wang <wangxingang5@huawei.com>
Thu, 8 Jul 2021 12:55:11 +0000 (12:55 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 16 Jul 2021 15:10:45 +0000 (11:10 -0400)
commit2d64b7bbb2a2e945635633486ef9a060cb2c89bc
tree0acc3b05c6b68d81ae923f1715aab953dd401a1c
parent7395b3e3e70031b1efff7941cbef6a1ceb6f2ffd
hw/pci/pci_host: Allow PCI host to bypass iommu

Add a new bypass_iommu property for PCI host and use it to check
whether devices attached to the PCI root bus will bypass iommu.
In pci_device_iommu_address_space(), check the property and
avoid getting iommu address space for devices bypass iommu.

Signed-off-by: Xingang Wang <wangxingang5@huawei.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-Id: <1625748919-52456-2-git-send-email-wangxingang5@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pci.c
hw/pci/pci_host.c
include/hw/pci/pci.h
include/hw/pci/pci_host.h