On 8/14/20 5:29 AM, Philippe Mathieu-Daudé wrote: > Allow the device to execute the DMA transfers in a different > AddressSpace. > > The H3 SoC keeps using the system_memory address space, > but via the proper dma_memory_access() API. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > Tested with: > AVOCADO_ALLOW_LARGE_STORAGE=1 avocado run -t machine:orangepi-pc > tests/acceptance/ > --- > include/hw/net/allwinner-sun8i-emac.h | 6 ++++ > hw/arm/allwinner-h3.c | 2 ++ > hw/net/allwinner-sun8i-emac.c | 46 +++++++++++++++++---------- > 3 files changed, 38 insertions(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~