mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
util: Extract flush_icache_range to cacheflush.c
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 <richard.henderson@linaro.org> Reviewed-by: Joelle van Dyne <j@getutm.app> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201214140314.18544-3-richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3b9bd3f46b
commit
084cfca143
16 changed files with 100 additions and 70 deletions
|
@ -21,7 +21,7 @@ util_ss.add(files('envlist.c', 'path.c', 'module.c'))
|
|||
util_ss.add(files('host-utils.c'))
|
||||
util_ss.add(files('bitmap.c', 'bitops.c'))
|
||||
util_ss.add(files('fifo8.c'))
|
||||
util_ss.add(files('cacheinfo.c'))
|
||||
util_ss.add(files('cacheinfo.c', 'cacheflush.c'))
|
||||
util_ss.add(files('error.c', 'qemu-error.c'))
|
||||
util_ss.add(files('qemu-print.c'))
|
||||
util_ss.add(files('id.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue