Re: [RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS

2024-06-27 Thread Mostafa Saleh
Hi Eric, On Tue, May 21, 2024 at 11:32:48AM +0200, Eric Auger wrote: > Hi Mostafa, > > On 4/29/24 05:24, Mostafa Saleh wrote: > > Add property that sets the OAS of the SMMU, this in not used in this > > patch. > > > > Signed-off-by: Mostafa Saleh > > --- > > hw/arm/smmuv3-internal.h | 3 ++- >

Re: [RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS

2024-05-21 Thread Eric Auger
Hi Mostafa, On 4/29/24 05:24, Mostafa Saleh wrote: > Add property that sets the OAS of the SMMU, this in not used in this > patch. > > Signed-off-by: Mostafa Saleh > --- > hw/arm/smmuv3-internal.h | 3 ++- > hw/arm/smmuv3.c | 29 - > include/hw/arm/smmuv3.h

[RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS

2024-04-28 Thread Mostafa Saleh
Add property that sets the OAS of the SMMU, this in not used in this patch. Signed-off-by: Mostafa Saleh --- hw/arm/smmuv3-internal.h | 3 ++- hw/arm/smmuv3.c | 29 - include/hw/arm/smmuv3.h | 1 + 3 files changed, 31 insertions(+), 2 deletions(-) diff --