This patchset extended the PCI IOMMU Ops. Currently, there is only one IOMMU op which is to lookup the address space. One more operation is added to do further interrupt remapping.
This is a RFC patch before moving on to further enable IR for Intel IOMMU. Please help review! Thanks. Peter Peter Xu (2): pci: renaming PCIIOMMUFunc to PCIIOMMUASLookupFunc pci: add PCIIOMMUOps and PCIIOMMUIntRemapFunc hw/pci/pci.c | 21 ++++++++++++++++----- include/hw/pci/pci.h | 14 ++++++++++++-- include/hw/pci/pci_bus.h | 2 +- 3 files changed, 29 insertions(+), 8 deletions(-) -- 2.4.3
