Am 18.06.2013 02:29, schrieb Andreas Färber:
> Andreas Färber (6):
> cpu: Fix cpu_class_set_vmsd() documentation
> cpu: Introduce device_class_set_vmsd() helper
> cpu: Introduce VMSTATE_CPU() macro for CPUState
> target-alpha: Register VMStateDescription for AlphaCPU
> target-openrisc: Re
Hello,
As previously reported, alpha and openrisc had prepared VMStateDescriptions
but failed to register them due to lack of CPU_SAVE_VERSION.
Now that CPUState is a DeviceState, it was suggested to register the VMState
of new CPUs the same way devices do. They thereby deviate from legacy CPUs,