mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

This patch enables multithread TCG for OpenRISC. Since the or1k shared syncrhonized timer can be updated from each vCPU via helpers we use a mutex to synchronize updates. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
4 lines
83 B
Makefile
4 lines
83 B
Makefile
TARGET_ARCH=openrisc
|
|
TARGET_SUPPORTS_MTTCG=y
|
|
TARGET_BIG_ENDIAN=y
|
|
TARGET_NEED_FDT=y
|