[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v3 19/25] unicore32: cpu: add CPU_RESOLVING_TYPE mac
From: |
Igor Mammedov |
Subject: |
[qemu-s390x] [PATCH v3 19/25] unicore32: cpu: add CPU_RESOLVING_TYPE macro |
Date: |
Tue, 23 Jan 2018 09:08:18 +0100 |
it will be used for providing to cpu name resolving class for
parsing cpu model for system and user emulation code.
Along with change add target to null-machine test, so
that when switch to CPU_RESOLVING_TYPE happens,
test would ensure that null-mchine usecase still works.
Signed-off-by: Igor Mammedov <address@hidden>
---
CC: Laurent Vivier <address@hidden>
CC: Guan Xuetao <address@hidden>
---
target/unicore32/cpu.h | 1 +
tests/machine-none-test.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/target/unicore32/cpu.h b/target/unicore32/cpu.h
index 3dc6fbc..9644b07 100644
--- a/target/unicore32/cpu.h
+++ b/target/unicore32/cpu.h
@@ -169,6 +169,7 @@ static inline int cpu_mmu_index(CPUUniCore32State *env,
bool ifetch)
#define UNICORE32_CPU_TYPE_SUFFIX "-" TYPE_UNICORE32_CPU
#define UNICORE32_CPU_TYPE_NAME(model) model UNICORE32_CPU_TYPE_SUFFIX
+#define CPU_RESOLVING_TYPE TYPE_UNICORE32_CPU
static inline void cpu_get_tb_cpu_state(CPUUniCore32State *env, target_ulong
*pc,
target_ulong *cs_base, uint32_t *flags)
diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c
index 0430b06..a8a499e 100644
--- a/tests/machine-none-test.c
+++ b/tests/machine-none-test.c
@@ -50,6 +50,7 @@ static struct arch2cpu cpus_map[] = {
{ "sparc", "LEON2" },
{ "sparc64", "Fujitsu Sparc64" },
{ "tricore", "tc1796" },
+ { "unicore32", "UniCore-II" },
};
static const char *get_cpu_model_by_arch(const char *arch)
--
2.7.4
- Re: [qemu-s390x] [Qemu-devel] [PATCH v3 08/25] m68k: cpu: add CPU_RESOLVING_TYPE macro, (continued)
- [qemu-s390x] [PATCH v3 14/25] ppc: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 10/25] mips: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 15/25] s390x: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 16/25] sh4: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 17/25] sparc: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 13/25] openrisc: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 18/25] tricore: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 19/25] unicore32: cpu: add CPU_RESOLVING_TYPE macro,
Igor Mammedov <=
- [qemu-s390x] [PATCH v3 20/25] xtensa: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 21/25] hppa: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 22/25] tilegx: cpu: add CPU_RESOLVING_TYPE macro, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 23/25] Use cpu_create(type) instead of cpu_init(cpu_model), Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 24/25] cpu: get rid of unused cpu_init() defines, Igor Mammedov, 2018/01/23
- [qemu-s390x] [PATCH v3 25/25] cpu: get rid of cpu_generic_init(), Igor Mammedov, 2018/01/23