]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/alpha/typhoon.c
iommu: Add IOMMU index argument to translate method
[mirror_qemu.git] / hw / alpha / typhoon.c
index 6a40869488effe931e6be6e108b695dad294183b..d3ed7cdbe82822ccca791d04615a8e4ac8f4a6bb 100644 (file)
@@ -666,7 +666,8 @@ static bool window_translate(TyphoonWindow *win, hwaddr addr,
    Pchip and generate a machine check interrupt.  */
 static IOMMUTLBEntry typhoon_translate_iommu(IOMMUMemoryRegion *iommu,
                                              hwaddr addr,
-                                             IOMMUAccessFlags flag)
+                                             IOMMUAccessFlags flag,
+                                             int iommu_idx)
 {
     TyphoonPchip *pchip = container_of(iommu, TyphoonPchip, iommu);
     IOMMUTLBEntry ret;