Am 25.02.2013 19:22, schrieb Andreas Färber:
> Andreas Färber (6):
> vmstate: Make vmstate_register() static inline
> stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
> cpu: Register VMStateDescription through CPUState
> cpu: Introduce cpu_class_set_vmsd()
> target-i386: Update VMSt
Hello,
In response to patches from Juan [1], this series implements a declarative way
for CPUs to register their CPU-specific VMStateDescription.
v3 dropped alpha and openrisc, leaving only x86 as prereq for my qom-cpu-9 and
lm32 as proof of concept for leave-CPUArchState-untouched-if-not-needed.