Re: [Qemu-devel] [PATCH qom-cpu v3 0/6] QOM CPUState migration, next generation

2013-06-18 Thread Andreas Färber
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

[Qemu-devel] [PATCH qom-cpu v3 0/6] QOM CPUState migration, next generation

2013-06-17 Thread Andreas Färber
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,