summaryrefslogtreecommitdiff
path: root/target-moxie/machine.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-12target-moxie: Fix VMState registrationPeter Maydell1-11/+1
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 <peter.maydell@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-03-23Add moxie target codeAnthony Green1-0/+28
Signed-off-by: Anthony Green <green@moxielogic.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>