summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_rtc.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+2
2017-08-22hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth1-0/+2
2017-04-26ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater1-34/+7
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2016-01-11hw/ppc/spapr_rtc: Remove bad class_size valueThomas Huth1-1/+0
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-4/+4
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-2/+2
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-2/+1
2015-03-09pseries: Export RTC time via QOMDavid Gibson1-0/+7
2015-03-09pseries: Move rtc_offset into RTC device's state structureDavid Gibson1-4/+37
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson1-3/+46
2015-03-09pseries: Make RTAS time of day functions respect -rtc optionsDavid Gibson1-4/+36
2015-03-09pseries: Add spapr_rtc_read() helper functionDavid Gibson1-2/+11
2015-03-09pseries: Add more parameter validation in RTAS time of day functionsDavid Gibson1-1/+6
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson1-0/+83