You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/accel/tcg
Philippe Mathieu-Daudé a3d40b5eff tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
Instead of having a compile-time TARGET_SUPPORTS_MTTCG definition,
have each target set the 'mttcg_supported' field in the TCGCPUOps
structure.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250405161320.76854-17-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
3 days ago
..
cpu-ldst-common.h exec: Restrict 'cpu-ldst-common.h' to accel/tcg/ 3 days ago
cpu-ldst.h exec: Restrict 'cpu_ldst.h' to accel/tcg/ 3 days ago
cpu-mmu-index.h hw/core/cpu: Remove CPUClass::mmu_index() 3 days ago
cpu-ops.h tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field 3 days ago
getpc.h