PCI subsystem

API Reference

struct PCIIOMMUOps

Definition:

struct PCIIOMMUOps {
    AddressSpace * (*get_address_space)(PCIBus *bus, void *opaque, int devfn);
};

Members

Description

Allows to modify the behavior of some IOMMU operations of the PCI framework for a set of devices on a PCI bus.

void pci_setup_iommu(PCIBus *bus, const PCIIOMMUOps *ops, void *opaque)

Parameters

PCIBus *bus