qemu-patch-raspberry4/target-unicore32
Andreas Färber 87fb5811e6 target-unicore32: Use type_register() instead of type_register_static()
According to its documentation, type_register_static()'s TypeInfo
argument should exist for the life type of the type.
Therefore use type_register() when registering the list of CPU subtypes.

No functional change with the current implementation.

Cf. 918fd0839e for arm.

Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-01-28 16:57:56 +01:00
..
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c target-unicore32: Use type_register() instead of type_register_static() 2013-01-28 16:57:56 +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 unicore32-softmmu: Add unicore32-softmmu build support 2012-08-11 09:36:55 +00:00
Makefile.objs target-unicore32: switch to AREG0 free mode 2012-09-15 17:44:32 +00:00
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 unicore32: Split UniCore-F64 instruction helpers from helper.c 2012-08-11 09:37:04 +00:00