mirror_qemu/target-unicore32
Andreas Färber 88e28512ef target-unicore32: Mark as unmigratable
CPU_SAVE_VERSION 2 was bogus as both save and load would just throw a
hw_error(). Therefore we can without problems suppress registration of
"cpu_common" VMState by dropping CPU_SAVE_VERSION define and provide an
unmigratable "cpu" VMStateDescription for UniCore32CPU at device level
instead, where we can attach this the QOM way.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
2013-02-01 01:35:21 +01:00
..
Makefile.objs target-unicore32: Mark as unmigratable 2013-02-01 01:35:21 +01:00
cpu-qom.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
cpu.c target-unicore32: Mark as unmigratable 2013-02-01 01:35:21 +01:00
cpu.h target-unicore32: Mark as unmigratable 2013-02-01 01:35:21 +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
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