On 2/16/23 13:56, Mostafa Saleh wrote:
> On Wed, Feb 15, 2023 at 05:53:23PM +0100, Eric Auger wrote:
>>> + SMMUTLBEntry *tlbe, SMMUPTWEventInfo *info)
>>> {
>>> dma_addr_t baseaddr, indexmask;
>>> int stage = cfg->stage;
>>> @@ -384,7 +384,7 @@ int smmu_ptw(SM
On Wed, Feb 15, 2023 at 05:53:23PM +0100, Eric Auger wrote:
> > + SMMUTLBEntry *tlbe, SMMUPTWEventInfo *info)
> > {
> > dma_addr_t baseaddr, indexmask;
> > int stage = cfg->stage;
> > @@ -384,7 +384,7 @@ int smmu_ptw(SMMUTransCfg *cfg, dma_addr_t iova,
> > IOMMU
On 2/5/23 10:43, Mostafa Saleh wrote:
> In preparation for adding stage-2 support. Rename smmu_ptw_64 to
> smmu_ptw_64_s1.
>
> No functional change intended.
>
> Signed-off-by: Mostafa Saleh
> ---
> hw/arm/smmu-common.c | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> dif
In preparation for adding stage-2 support. Rename smmu_ptw_64 to
smmu_ptw_64_s1.
No functional change intended.
Signed-off-by: Mostafa Saleh
---
hw/arm/smmu-common.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c
index