On 10/7/26 12:59, Peter Maydell wrote:
Now that transfer_mem2mem() uses physical_memory_map(), the
soc_dma_ch_s::paddr field is unused; remove it, and the code that set
it, and the memmap_entry_s::mem.base and the soc_dma_port_add_mem()
phys_base argument that were passing around host pointers to use for
setting paddr.
Signed-off-by: Peter Maydell <[email protected]>
---
hw/arm/omap1.c | 6 ++----
hw/dma/soc_dma.c | 9 +--------
include/hw/arm/soc_dma.h | 7 ++-----
3 files changed, 5 insertions(+), 17 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>