Re: [RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting

2024-06-17 Thread Mostafa Saleh
Hi Eric, On Mon, May 20, 2024 at 03:16:40PM +0200, Eric Auger wrote: > Hi Mostafa, > > On 4/29/24 05:23, Mostafa Saleh wrote: > > Everything is in place, add the last missing bits: > > - Handle fault checking according to the actual PTW event and not the > > the translation stage. > missing the

Re: [RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting

2024-05-20 Thread Eric Auger
Hi Mostafa, On 4/29/24 05:23, Mostafa Saleh wrote: > Everything is in place, add the last missing bits: > - Handle fault checking according to the actual PTW event and not the > the translation stage. missing the "why". Can't it be moved in a separate patch? > - Consolidate parsing of STE cfg an

[RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting

2024-04-28 Thread Mostafa Saleh
Everything is in place, add the last missing bits: - Handle fault checking according to the actual PTW event and not the the translation stage. - Consolidate parsing of STE cfg and setting translation stage. Advertise nesting if stage requested is "nested". Signed-off-by: Mostafa Saleh --- hw