summary refs log tree commit diff stats
path: root/hw/rtc/goldfish_rtc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/rtc/goldfish: keep time offset when resettingHeinrich Schuchardt2025-03-311-7/+6
* goldfish_rtc: Fix tick_offset migrationRodrigo Dias Correa2025-03-041-30/+13
* 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
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/rtc: Constify VMStateRichard Henderson2023-12-301-1/+1
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-041-9/+28
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* goldfish_rtc: re-arm the alarm after migrationLaurent Vivier2021-03-041-0/+2
* goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier2020-10-131-1/+1
* goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke2020-07-221-3/+14
* hw: rtc: Add Goldfish RTC deviceAnup Patel2020-02-101-0/+285