[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 05/90] configs: Enable MTTCG for sparc, sparc64
|
From: |
Richard Henderson |
|
Subject: |
[PATCH v2 05/90] configs: Enable MTTCG for sparc, sparc64 |
|
Date: |
Mon, 16 Oct 2023 23:11:19 -0700 |
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.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
configs/targets/sparc-softmmu.mak | 1 +
configs/targets/sparc64-softmmu.mak | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/targets/sparc-softmmu.mak
b/configs/targets/sparc-softmmu.mak
index 454eb35499..a5d9200382 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 d3f8a3b710..36ca64ec41 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
--
2.34.1
- [PATCH v2 00/90] target/sparc: Convert to decodetree, Richard Henderson, 2023/10/17
- [PATCH v2 01/90] target/sparc: Clear may_lookup for npc == DYNAMIC_PC, Richard Henderson, 2023/10/17
- [PATCH v2 02/90] target/sparc: Implement check_align inline, Richard Henderson, 2023/10/17
- [PATCH v2 03/90] target/sparc: Avoid helper_raise_exception in helper_st_asi, Richard Henderson, 2023/10/17
- [PATCH v2 04/90] target/sparc: Set TCG_GUEST_DEFAULT_MO, Richard Henderson, 2023/10/17
- [PATCH v2 06/90] target/sparc: Define features via cpu-feature.h.inc, Richard Henderson, 2023/10/17
- [PATCH v2 05/90] configs: Enable MTTCG for sparc, sparc64,
Richard Henderson <=
- [PATCH v2 07/90] target/sparc: Use CPU_FEATURE_BIT_* for cpu properties, Richard Henderson, 2023/10/17
- [PATCH v2 10/90] target/sparc: Define AM_CHECK for sparc32, Richard Henderson, 2023/10/17
- [PATCH v2 13/90] target/sparc: Move BPr to decodetree, Richard Henderson, 2023/10/17
- [PATCH v2 15/90] target/sparc: Merge gen_cond with only caller, Richard Henderson, 2023/10/17
- [PATCH v2 11/90] target/sparc: Move CALL to decodetree, Richard Henderson, 2023/10/17
- [PATCH v2 09/90] target/sparc: Add decodetree infrastructure, Richard Henderson, 2023/10/17
- [PATCH v2 12/90] target/sparc: Move BPcc and Bicc to decodetree, Richard Henderson, 2023/10/17
- [PATCH v2 14/90] target/sparc: Move FBPfcc and FBfcc to decodetree, Richard Henderson, 2023/10/17
- [PATCH v2 16/90] target/sparc: Merge gen_fcond with only caller, Richard Henderson, 2023/10/17
- [PATCH v2 18/90] target/sparc: Pass DisasCompare to advance_jump_cond, Richard Henderson, 2023/10/17