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

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

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

Cc: qemu-stable <qemu-stable@nongnu.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-01-27 14:52:04 +01:00
..
Makefile.objs target-arm: final conversion to AREG0 free mode 2012-09-15 17:44:32 +00:00
arm-semi.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c target-arm: Detect attempt to instantiate non-CPU type in cpu_init() 2013-01-27 14:52:04 +01:00
cpu.h fpu: move public header file to include/fpu 2012-12-19 08:32:46 +01:00
helper.c target-arm: Detect attempt to instantiate non-CPU type in cpu_init() 2013-01-27 14:52:04 +01:00
helper.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
iwmmxt_helper.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
machine.c target-arm: Add 64 bit PAR, TTBR0, TTBR1 for LPAE 2012-07-12 10:59:54 +00:00
neon_helper.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
op_addsub.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
op_helper.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
translate.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00