qemu-e2k/target-unicore32
Andreas Färber d89e12188d target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()
Consolidate model checking into a new uc32_cpu_class_by_name().

If the name matches an existing type, also check whether that type is
actually (a sub-type of) TYPE_UNICORE32_CPU.

This fixes, e.g., -cpu puv3_dma asserting.

Cc: qemu-stable@nongnu.org
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-01-27 23:33:25 +01:00
..
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init() 2013-01-27 23:33:25 +01:00
cpu.h fpu: move public header file to include/fpu 2012-12-19 08:32:46 +01:00
helper.c target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init() 2013-01-27 23:33:25 +01:00
helper.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
machine.c
Makefile.objs
op_helper.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
softmmu.c target-unicore32: avoid using cpu_single_env 2012-11-10 13:49:20 +00:00
translate.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
ucf64_helper.c