]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/sparc64/sun4u_iommu.c
iommu: Add IOMMU index argument to translate method
[mirror_qemu.git] / hw / sparc64 / sun4u_iommu.c
index eb3aaa87e6472547e58f07bca9e9f40d60b4a63d..1ef7645ba5f2edaba6b1ae21cec74784d7223ec9 100644 (file)
@@ -73,7 +73,7 @@
 /* Called from RCU critical section */
 static IOMMUTLBEntry sun4u_translate_iommu(IOMMUMemoryRegion *iommu,
                                            hwaddr addr,
-                                           IOMMUAccessFlags flag)
+                                           IOMMUAccessFlags flag, int iommu_idx)
 {
     IOMMUState *is = container_of(iommu, IOMMUState, iommu);
     hwaddr baseaddr, offset;