diff options
author | Stafford Horne <shorne@gmail.com> | 2022-06-15 08:43:56 +0900 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2022-09-04 07:02:57 +0100 |
commit | 6a0fc96ad2b16a264ead6b696bdb91a963450dbb (patch) | |
tree | bc0788cebe1049a888fce15c29ba1c0cfdc57867 /configs | |
parent | bbe6855ef80f61c6b00da22aa0cd550d79d8e381 (diff) |
target/openrisc: Enable MTTCG
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/targets/or1k-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/targets/or1k-softmmu.mak b/configs/targets/or1k-softmmu.mak index 263e970870..432f855a30 100644 --- a/configs/targets/or1k-softmmu.mak +++ b/configs/targets/or1k-softmmu.mak @@ -1,3 +1,4 @@ TARGET_ARCH=openrisc +TARGET_SUPPORTS_MTTCG=y TARGET_BIG_ENDIAN=y TARGET_NEED_FDT=y |