Re: [PATCH v2] hw/arm/smmuv3: add support for stage 1 access fault

2024-02-15 Thread Peter Maydell
On Thu, 15 Feb 2024 at 07:22, Eric Auger wrote: > > Hi Luc, > On 2/13/24 09:22, Luc Michel wrote: > > An access fault is raised when the Access Flag is not set in the > > looked-up PTE and the AFFD field is not set in the corresponding context > > descriptor. This was already implemented for stage

Re: [PATCH v2] hw/arm/smmuv3: add support for stage 1 access fault

2024-02-14 Thread Eric Auger
Hi Luc, On 2/13/24 09:22, Luc Michel wrote: > An access fault is raised when the Access Flag is not set in the > looked-up PTE and the AFFD field is not set in the corresponding context > descriptor. This was already implemented for stage 2. Implement it for > stage 1 as well. > > Signed-off-by: Lu

Re: [PATCH v2] hw/arm/smmuv3: add support for stage 1 access fault

2024-02-13 Thread Mostafa Saleh
Hi Luc, On Tue, Feb 13, 2024 at 09:22:11AM +0100, Luc Michel wrote: > An access fault is raised when the Access Flag is not set in the > looked-up PTE and the AFFD field is not set in the corresponding context > descriptor. This was already implemented for stage 2. Implement it for > stage 1 as we

[PATCH v2] hw/arm/smmuv3: add support for stage 1 access fault

2024-02-13 Thread Luc Michel
An access fault is raised when the Access Flag is not set in the looked-up PTE and the AFFD field is not set in the corresponding context descriptor. This was already implemented for stage 2. Implement it for stage 1 as well. Signed-off-by: Luc Michel --- v2: drop erroneous submodule modificatio