Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target-openrisc: Register VMStateDescription for OpenRISCCPU | Andreas Färber | 2013-06-28 | 1 | -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> | ||||
* | target-or32: Add target stubs and QOM cpu | Jia Liu | 2012-07-27 | 1 | -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> |