Re: [Qemu-devel] [PATCH v2 3/9] hw: arm: SMMUv3 emulation model

2016-09-25 Thread Prem Mallappa
Hi Edger, I'm going to look at the PCI parts and get back to you with > comments on that. > > Please do, by the time, I'll address your and Eric's comments. > I've put another round of comments inline: > > Thanks > > +inline void > > +smmu_write_sysmem(hwaddr addr, void *buf, int len, bool se

Re: [Qemu-devel] [PATCH v2 3/9] hw: arm: SMMUv3 emulation model

2016-09-25 Thread Edgar E. Iglesias
On Mon, Aug 22, 2016 at 09:47:34PM +0530, Prem Mallappa wrote: > Big patch adds SMMUv3 model to Qemu > - As per SMMUv3 spec 16.0 > - Works with SMMUv3 driver in Linux 4.7rc1 > - Only LPAE mode translation supported > - BE mode is not supported yet > - Stage1, Stage2 and S1+S2 > - Suspen

[Qemu-devel] [PATCH v2 3/9] hw: arm: SMMUv3 emulation model

2016-08-22 Thread Prem Mallappa
Big patch adds SMMUv3 model to Qemu - As per SMMUv3 spec 16.0 - Works with SMMUv3 driver in Linux 4.7rc1 - Only LPAE mode translation supported - BE mode is not supported yet - Stage1, Stage2 and S1+S2 - Suspend/resume not tested Signed-off-by: Prem Mallappa --- hw/arm/smmu-common.c