]> git.proxmox.com Git - mirror_qemu.git/commit
exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 14 Sep 2023 18:57:08 +0000 (20:57 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commit3549118b498873c84b442bc280a5edafbb61e0a4
tree12fb00dc8ac044212c23618cb26ad3b1aed3cd7a
parent65b074daa03cded3cc2c36e4eba7afc5b406b962
exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'

While these functions are not TCG specific, they are not target
specific. Move them to "exec/cpu-common.h" so their callers don't
have to be tainted as target specific.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230914185718.76241-3-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/cpu-common.h
include/exec/exec-all.h