Re: [PATCH v4 02/43] util: Extract flush_icache_range to cacheflush.c

2020-12-14 Thread Joelle van Dyne
On Mon, Dec 14, 2020 at 6:02 AM Richard Henderson wrote: > > This has been a tcg-specific function, but is also in use > by hardware accelerators via physmem.c. This can cause > link errors when tcg is disabled. > > Signed-off-by: Richard Henderson Reviewed-by: Joelle van Dyne

Re: [PATCH v4 02/43] util: Extract flush_icache_range to cacheflush.c

2020-12-14 Thread Philippe Mathieu-Daudé
On 12/14/20 3:02 PM, Richard Henderson wrote: > This has been a tcg-specific function, but is also in use > by hardware accelerators via physmem.c. This can cause > link errors when tcg is disabled. > > Signed-off-by: Richard Henderson > --- > include/qemu/cacheflush.h | 24 + > tcg

[PATCH v4 02/43] util: Extract flush_icache_range to cacheflush.c

2020-12-14 Thread Richard Henderson
This has been a tcg-specific function, but is also in use by hardware accelerators via physmem.c. This can cause link errors when tcg is disabled. Signed-off-by: Richard Henderson --- include/qemu/cacheflush.h | 24 + tcg/aarch64/tcg-target.h | 5 --- tcg/arm/tcg-target.h |