mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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>
This commit is contained in:
parent
6b2578d678
commit
88e28512ef
4 changed files with 9 additions and 26 deletions
|
@ -1,4 +1,4 @@
|
|||
obj-y += translate.o op_helper.o helper.o cpu.o
|
||||
obj-y += ucf64_helper.o
|
||||
|
||||
obj-$(CONFIG_SOFTMMU) += machine.o softmmu.o
|
||||
obj-$(CONFIG_SOFTMMU) += softmmu.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue