aboutsummaryrefslogtreecommitdiff
path: root/include/hw/rtc
AgeCommit message (Expand)AuthorFilesLines
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne1-0/+2
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow1-1/+1
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+2
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster2-4/+4
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow1-0/+1
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland1-4/+0
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland1-2/+0
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost5-15/+5
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-4/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost7-17/+14
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost7-16/+29
2020-07-22goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke1-0/+1
2020-05-04rtc: add RTC_ISA_BASEGerd Hoffmann1-0/+1
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank1-0/+134
2020-02-10hw: rtc: Add Goldfish RTC deviceAnup Patel1-0/+46
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini2-2/+35
2019-10-24hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé1-3/+0
2019-10-24hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé1-1/+0
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+30
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+92
2019-10-24hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+19
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+57
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-0/+113
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+47