Re: [Qemu-devel] [PATCH] target-moxie: Fix VMState registration

2013-04-08 Thread Andreas Färber
Am 08.04.2013 17:51, schrieb Peter Maydell: > Register the CPU VMState in the correct way, via cpu_class_set_vmsd(), > rather than doing it in two different wrong ways (once by providing > cpu_save and cpu_load functions, and once by setting the vmsd field in > DeviceClass). > > Signed-off-by: Pet

[Qemu-devel] [PATCH] target-moxie: Fix VMState registration

2013-04-08 Thread Peter Maydell
Register the CPU VMState in the correct way, via cpu_class_set_vmsd(), rather than doing it in two different wrong ways (once by providing cpu_save and cpu_load functions, and once by setting the vmsd field in DeviceClass). Signed-off-by: Peter Maydell --- Having just revamped the target-arm vmst