summary refs log tree commit diff stats
path: root/hw/rtc/pl031.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-2/+2
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/rtc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* pl031: Update last RTCLR value on write in case it's read backJessica Clarke2024-02-271-0/+1
* hw/rtc: Constify VMStateRichard Henderson2023-12-301-3/+3
* rtc: Have event RTC_CHANGE identify the RTC by QOM pathMarkus Armbruster2022-02-281-1/+2
* qapi: Move RTC_CHANGE back out of target schemaPeter Maydell2022-02-281-1/+1
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* hw/rtc/pl031: Send RTC_CHANGE QMP eventEric Auger2021-11-151-1/+9
* pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin2021-01-181-0/+8
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* pl031: Expose RTCICR as proper WC registerAlexander Graf2019-11-191-5/+1
* hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+344