diff options
author | Andreas Färber <afaerber@suse.de> | 2013-01-20 19:03:32 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2013-02-01 01:35:21 +0100 |
commit | 3ce8b2bcbff6445f84db53ef38dbc4e5dd102676 (patch) | |
tree | 21e31a1eca75a7010c3620fca3f266563ad4c508 /target-microblaze/Makefile.objs | |
parent | 88e28512efd8d36476e50a78acb1dca8b41a3cf1 (diff) |
target-microblaze: Mark as unmigratable
cpu_{save,load} were no-ops, so de facto it is unmigratable and no
backwards compatibility to keep. Therefore mark the MicroBlazeCPU as
unmigratable at device level the QOM way and suppress "cpu_common"
VMState registration by dropping CPU_SAVE_VERSION.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'target-microblaze/Makefile.objs')
-rw-r--r-- | target-microblaze/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/Makefile.objs b/target-microblaze/Makefile.objs index afb87bcc80..985330eac5 100644 --- a/target-microblaze/Makefile.objs +++ b/target-microblaze/Makefile.objs @@ -1,2 +1,2 @@ obj-y += translate.o op_helper.o helper.o cpu.o -obj-$(CONFIG_SOFTMMU) += mmu.o machine.o +obj-$(CONFIG_SOFTMMU) += mmu.o |