summaryrefslogtreecommitdiffstats
path: root/hw/ppc/spapr_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* qapi: Rename target.json to misc-target.jsonMarkus Armbruster2019-07-021-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-8/+8
* qapi: move RTC_CHANGE to the target schemaMarc-André Lureau2019-02-181-1/+1
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-1/+1
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+2
* hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth2017-08-221-0/+2
* ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater2017-04-261-34/+7Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/ppc/spapr_rtc: Remove bad class_size valueThomas Huth2016-01-111-1/+0Star
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-4/+4
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-2/+2
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-2/+1Star
* pseries: Export RTC time via QOMDavid Gibson2015-03-091-0/+7
* pseries: Move rtc_offset into RTC device's state structureDavid Gibson2015-03-091-4/+37
* pseries: Make the PAPR RTC a qdev deviceDavid Gibson2015-03-091-3/+46
* pseries: Make RTAS time of day functions respect -rtc optionsDavid Gibson2015-03-091-4/+36
* pseries: Add spapr_rtc_read() helper functionDavid Gibson2015-03-091-2/+11
* pseries: Add more parameter validation in RTAS time of day functionsDavid Gibson2015-03-091-1/+6
* pseries: Move sPAPR RTC code into its own fileDavid Gibson2015-03-091-0/+83