aboutsummaryrefslogtreecommitdiff
path: root/hw/sparc64/sun4u_iommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sparc64/sun4u_iommu.c')
-rw-r--r--hw/sparc64/sun4u_iommu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/sparc64/sun4u_iommu.c b/hw/sparc64/sun4u_iommu.c
index 51fbc39..4cf8e69 100644
--- a/hw/sparc64/sun4u_iommu.c
+++ b/hw/sparc64/sun4u_iommu.c
@@ -184,6 +184,8 @@ static IOMMUTLBEntry sun4u_translate_iommu(IOMMUMemoryRegion *iommu,
ret.addr_mask = (IOMMU_PAGE_SIZE_8K - 1);
}
+ trace_sun4u_iommu_translate(ret.iova, ret.translated_addr, tte);
+
return ret;
}