]> git.proxmox.com Git - qemu.git/commit
target-unicore32: Mark as unmigratable
authorAndreas Färber <afaerber@suse.de>
Sun, 20 Jan 2013 10:43:30 +0000 (11:43 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:21 +0000 (01:35 +0100)
commit88e28512efd8d36476e50a78acb1dca8b41a3cf1
tree817090e797171454bd9f3390c054267298b555b8
parent6b2578d678497dbce44ed7999d269fc973ae6e8f
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>
target-unicore32/Makefile.objs
target-unicore32/cpu.c
target-unicore32/cpu.h
target-unicore32/machine.c [deleted file]