]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Always define TCG_GUEST_DEFAULT_MO
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 21 Mar 2025 11:10:45 +0000 (12:10 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:07:32 +0000 (15:07 -0700)
commitc2ba9fea42391c316794c78f0f6f01760b1fb0f7
treed2923ad1b146289da78b8a344f02af24d79a38ff
parentd864cbb65da2220038a9b3aff98ae7f73a3198d3
tcg: Always define TCG_GUEST_DEFAULT_MO

We only require the TCG_GUEST_DEFAULT_MO for MTTCG-enabled
frontends, otherwise we use a default value of TCG_MO_ALL.

In order to simplify, require the definition for all targets,
defining it for hexagon, m68k, rx, sh4 and tricore.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
target/hexagon/cpu-param.h
target/m68k/cpu-param.h
target/rx/cpu-param.h
target/sh4/cpu-param.h
target/tricore/cpu-param.h