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

2021-08-16 Thread Philippe Mathieu-Daudé
Hi Jianxian, On 8/16/21 8:46 AM, Wen, Jianxian wrote: > L330 needs a memory region which can connect with SMMU IOMMU region to > support SMMU translate. > > Signed-off-by: Jianxian Wen > --- > Changes v1 -> v2 (after review of Peter Maydell): > - Use the dma_memory_read/dma_memory_write functi

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

2021-08-15 Thread Wen, Jianxian
L330 needs a memory region which can connect with SMMU IOMMU region to support SMMU translate. Signed-off-by: Jianxian Wen --- Changes v1 -> v2 (after review of Peter Maydell): - Use the dma_memory_read/dma_memory_write functions, update function AddressSpace* parameter. hw/arm/exynos4210.c