aboutsummaryrefslogtreecommitdiff
path: root/include/hw/rtc
AgeCommit message (Expand)Author
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-03-07hw/rtc/sun4v-rtc: Relicense to GPLv2-or-laterPeter Maydell
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé
2023-02-27hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcStatePhilippe Mathieu-Daudé
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-22goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke
2020-05-04rtc: add RTC_ISA_BASEGerd Hoffmann
2020-03-12hw/arm/allwinner: add RTC device supportNiek Linnenbank
2020-02-10hw: rtc: Add Goldfish RTC deviceAnup Patel
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini
2019-10-24hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé
2019-10-24hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé