Re: [PATCH RESEND 5/9] hw/arm/smmuv3: Store the starting level in SMMUTransTableInfo

2020-06-26 Thread Auger Eric
Hi Peter, On 6/25/20 5:15 PM, Peter Maydell wrote: > On Thu, 11 Jun 2020 at 17:15, Eric Auger wrote: >> >> Compute the starting level on CD decoding and store it >> into SMMUTransTableInfo. We will need this information >> on IOTLB lookup so let's avoid to recompute it each time. >> >>

Re: [PATCH RESEND 5/9] hw/arm/smmuv3: Store the starting level in SMMUTransTableInfo

2020-06-25 Thread Peter Maydell
On Thu, 11 Jun 2020 at 17:15, Eric Auger wrote: > > Compute the starting level on CD decoding and store it > into SMMUTransTableInfo. We will need this information > on IOTLB lookup so let's avoid to recompute it each time. > > Signed-off-by: Eric Auger > --- a/hw/arm/smmu-common.c > +++