]> git.proxmox.com Git - qemu.git/commit
target-microblaze: Mark as unmigratable
authorAndreas Färber <afaerber@suse.de>
Sun, 20 Jan 2013 18:03:32 +0000 (19:03 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:21 +0000 (01:35 +0100)
commit3ce8b2bcbff6445f84db53ef38dbc4e5dd102676
tree21e31a1eca75a7010c3620fca3f266563ad4c508
parent88e28512efd8d36476e50a78acb1dca8b41a3cf1
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>
target-microblaze/Makefile.objs
target-microblaze/cpu.c
target-microblaze/cpu.h
target-microblaze/machine.c [deleted file]