Re: [PATCH v4] hw/dma/pl330: Add memory region to replace default

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/18/21 4:47 AM, Wen, Jianxian wrote: > Add configurable property memory region which can connect with IOMMU region > to support SMMU translate. > > Signed-off-by: Jianxian Wen > --- > v3 -> v4 (after review of Philippe Mathieu-Daudé): > - Avoid adding unnecessary AS, add AS if we connect wi

[PATCH v4] hw/dma/pl330: Add memory region to replace default

2021-08-17 Thread Wen, Jianxian
Add configurable property memory region which can connect with IOMMU region to support SMMU translate. Signed-off-by: Jianxian Wen --- v3 -> v4 (after review of Philippe Mathieu-Daudé): - Avoid adding unnecessary AS, add AS if we connect with IOMMU region. v2 -> v3 (after review of Philippe Mat