summaryrefslogtreecommitdiff
path: root/target-openrisc/machine.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-28target-openrisc: Register VMStateDescription for OpenRISCCPUAndreas Färber1-11/+16
Since commit e67db06e9f6d7e514ee2a9b9b769ecd42977f6fb (target-or32: Add target stubs and QOM cpu) a VMStateDescription existed, but CPU_SAVE_VERSION was not set, so it was never registered. Drop cpu_{save,load}() and register VMStateDescription via DeviceState. Use a version_id of 1 and specify minimum versions as well. Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu1-0/+47
Add OpenRISC target stubs, QOM cpu and basic machine. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>