]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 18 Sep 2023 07:56:14 +0000 (09:56 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 7 Nov 2023 11:13:27 +0000 (12:13 +0100)
commitf4f826c0e0c189869ef55e540a5dcbd90fe392bb
treeb4e36cbd005707fa397bf0272f969717eebd49bc
parent648625e628dde0b57628a2e9992dd4d77744355f
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'

"exec/cpu-common.h" is meant to contain the declarations
related to CPU usable with any accelerator / target
combination.

tcg_flush_jmp_cache() is specific to TCG, so restrict its
declaration by moving it to "exec/tb-flush.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230918104153.24433-2-philmd@linaro.org>
accel/tcg/cputlb.c
accel/tcg/tcg-accel-ops.c
hw/core/cpu-common.c
include/exec/cpu-common.h
include/exec/tb-flush.h
plugins/core.c