summaryrefslogtreecommitdiff
path: root/hw/ppc/spapr_rtc.c
AgeCommit message (Expand)Author
2022-02-28rtc: Have event RTC_CHANGE identify the RTC by QOM pathMarkus Armbruster
2022-02-28qapi: Move RTC_CHANGE back out of target schemaPeter Maydell
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-18qapi: move RTC_CHANGE to the target schemaMarc-André Lureau
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-08-22hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth
2017-04-26ppc/spapr: QOM'ify sPAPRRTCStateCédric Le Goater
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-11hw/ppc/spapr_rtc: Remove bad class_size valueThomas Huth
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-03-09pseries: Export RTC time via QOMDavid Gibson
2015-03-09pseries: Move rtc_offset into RTC device's state structureDavid Gibson
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson
2015-03-09pseries: Make RTAS time of day functions respect -rtc optionsDavid Gibson
2015-03-09pseries: Add spapr_rtc_read() helper functionDavid Gibson
2015-03-09pseries: Add more parameter validation in RTAS time of day functionsDavid Gibson
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson