On 06/17/2013 05:29 PM, Andreas Färber wrote: > Commit b758aca1f6cdb175634812b79f5560c36c902d00 (target-alpha: Enable > the alpha-softmmu target.) introduced cpu_{save,load}() functions but > didn't define CPU_SAVE_VERSION, so they were never registered. > > Drop cpu_{save,load}() and register the VMStateDescription via DeviceClass. > This operates on the AlphaCPU object instead of CPUAlphaState. > > Signed-off-by: Andreas Färber <afaer...@suse.de> > --- > target-alpha/cpu-qom.h | 4 ++++ > target-alpha/cpu.c | 2 ++ > target-alpha/machine.c | 28 ++++++++++++++++------------ > 3 files changed, 22 insertions(+), 12 deletions(-)
Acked-by: Richard Henderson <r...@twiddle.net> r~