Hi All,
I am looking into simulating a system with an IOMMU.
I could not find any details about IOMMU in the official documentation.
Is there support for IOMMU in full system simulation (for x86, Arm or RISC-V)?
If not, are there any known open-source projects that provide this
functionality to GEM5?
Thank you in advance.
Best regards,
Chathura
Hi Chathura,
I don’t know the other ISAs, but Arm supports an IOMMU (SMMU in Arm terminology):
https://github.com/gem5/gem5/blob/stable/src/dev/arm/RealView.py#L1475
Kind Regards
Giacomo
From: Chathura Rajapaksha via gem5-users gem5-users@gem5.org
Date: Thursday, 17 August 2023 at 14:28
To: gem5-users@gem5.org gem5-users@gem5.org
Cc: Chathura Rajapaksha chathura.abeyrathne.lk@gmail.com
Subject: [gem5-users] IOMMU Support in GEM5 Full System Simulation
Hi All,
I am looking into simulating a system with an IOMMU.
I could not find any details about IOMMU in the official documentation.
Is there support for IOMMU in full system simulation (for x86, Arm or RISC-V)?
If not, are there any known open-source projects that provide this
functionality to GEM5?
Thank you in advance.
Best regards,
Chathura
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-leave@gem5.org
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Hi Giacomo,
Thank you very much for pointing this out.
I missed the reply since it was in my spam folder.
Best regards,
Chathura