aboutsummaryrefslogtreecommitdiff
path: root/target/nios2
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2018-02-07 11:40:25 +0100
committerEduardo Habkost <ehabkost@redhat.com>2018-03-19 14:10:36 -0300
commit0dacec874fa3b3fd34b0d0670fa257efdcbbebd0 (patch)
treec46a7027f5c16da620e2e79d095a2a38c0a09a07 /target/nios2
parent9c5a87e49687c3a1fb54182aa5785cda4dfcccdd (diff)
downloadqemu-0dacec874fa3b3fd34b0d0670fa257efdcbbebd0.zip
qemu-0dacec874fa3b3fd34b0d0670fa257efdcbbebd0.tar.gz
qemu-0dacec874fa3b3fd34b0d0670fa257efdcbbebd0.tar.bz2
cpu: add CPU_RESOLVING_TYPE macro
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 tests, so that when switch to CPU_RESOLVING_TYPE happens, it would ensure that null-machine usecase still works. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> (m68k) Acked-by: David Gibson <david@gibson.dropbear.id.au> (ppc) Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> (tricore) Message-Id: <1518000027-274608-4-git-send-email-imammedo@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> [ehabkost: Added macro to riscv too] Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target/nios2')
-rw-r--r--target/nios2/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/nios2/cpu.h b/target/nios2/cpu.h
index cd4e40d..4ab1da3 100644
--- a/target/nios2/cpu.h
+++ b/target/nios2/cpu.h
@@ -231,6 +231,7 @@ void nios2_check_interrupts(CPUNios2State *env);
#endif
#define cpu_init(cpu_model) cpu_generic_init(TYPE_NIOS2_CPU, cpu_model)
+#define CPU_RESOLVING_TYPE TYPE_NIOS2_CPU
#define cpu_gen_code cpu_nios2_gen_code
#define cpu_signal_handler cpu_nios2_signal_handler