aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-06-20 18:38:10 +0200
committerRichard Henderson <richard.henderson@linaro.org>2023-10-25 01:01:12 -0700
commitec860e5d039d4dcd40077fc6152e3cf8dcedd2ea (patch)
treee1b874e70df3a7b765b501cc9a8f2e3ff2d1b3b5 /configs
parente0f46055a18e3d51ffe4c0a38e09c5263bd4f059 (diff)
downloadqemu-ec860e5d039d4dcd40077fc6152e3cf8dcedd2ea.zip
qemu-ec860e5d039d4dcd40077fc6152e3cf8dcedd2ea.tar.gz
qemu-ec860e5d039d4dcd40077fc6152e3cf8dcedd2ea.tar.bz2
configs: Enable MTTCG for sparc, sparc64
This will be of small comfort to sparc64, because both sun4u and sun4v board models force max_cpus = 1. But it does enable actual smp for sparc32 sun4m. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/targets/sparc-softmmu.mak1
-rw-r--r--configs/targets/sparc64-softmmu.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/targets/sparc-softmmu.mak b/configs/targets/sparc-softmmu.mak
index 454eb35..a5d9200 100644
--- a/configs/targets/sparc-softmmu.mak
+++ b/configs/targets/sparc-softmmu.mak
@@ -1,2 +1,3 @@
TARGET_ARCH=sparc
TARGET_BIG_ENDIAN=y
+TARGET_SUPPORTS_MTTCG=y
diff --git a/configs/targets/sparc64-softmmu.mak b/configs/targets/sparc64-softmmu.mak
index d3f8a3b..36ca64e 100644
--- a/configs/targets/sparc64-softmmu.mak
+++ b/configs/targets/sparc64-softmmu.mak
@@ -1,3 +1,4 @@
TARGET_ARCH=sparc64
TARGET_BASE_ARCH=sparc
TARGET_BIG_ENDIAN=y
+TARGET_SUPPORTS_MTTCG=y