aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/goldfish_rtc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/rtc: Constify VMStateRichard Henderson1-1/+1
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne1-9/+28
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-03-04goldfish_rtc: re-arm the alarm after migrationLaurent Vivier1-0/+2
2020-10-13goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier1-1/+1
2020-07-22goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke1-3/+14
2020-02-10hw: rtc: Add Goldfish RTC deviceAnup Patel1-0/+285