]> git.proxmox.com Git - mirror_qemu.git/commit - util/cacheinfo.c
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Feb 2022 20:08:55 +0000 (20:08 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Feb 2022 13:30:20 +0000 (13:30 +0000)
commitad768e6f2a3397ec88ae874ad743df5d7c8c1936
treef34e909ce9b700b1033830c389642e0105195936
parent5b3e34315a8b2d985299735d685c71d481815bef
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h

The qemu_icache_linesize, qemu_icache_linesize_log,
qemu_dcache_linesize, and qemu_dcache_linesize_log variables are not
used in many files.  Move them out of osdep.h to a new
qemu/cacheinfo.h, and document them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220208200856.3558249-5-peter.maydell@linaro.org
accel/tcg/translate-all.c
include/qemu/cacheinfo.h [new file with mode: 0644]
include/qemu/osdep.h
plugins/loader.c
tcg/region.c
tcg/tcg.c
util/atomic64.c
util/cacheflush.c
util/cacheinfo.c