(forgot to Cc Alex!)
On 21/3/25 16:59, Philippe Mathieu-Daudé wrote:
In this series we replace the TARGET_SUPPORTS_MTTCG (Makefile)
definition by a 'mttcg_supported' field in TCGCPUOps.
Based-on: <20250321125737.72839-1-phi...@linaro.org>
Philippe Mathieu-Daudé (4):
target/riscv: Restrict RV128 MTTCG check on system emulation
tcg: Move qemu_tcg_mttcg_enabled() to 'system/tcg.h'
tcg: Convert TCGState::mttcg_enabled to TriState
tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
docs/devel/multi-thread-tcg.rst | 2 +-