aboutsummaryrefslogtreecommitdiffstats
path: root/include/hw/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini2024-05-101-1/+1
* hw/rtc/sun4v-rtc: Relicense to GPLv2-or-laterPeter Maydell2024-03-071-1/+1
* hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell2023-08-311-1/+1
* hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé2023-02-271-2/+2
* hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé2023-02-271-4/+4
* hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcStatePhilippe Mathieu-Daudé2023-02-271-3/+3
* hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth2023-01-131-0/+1
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-041-0/+2
* hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow2022-06-111-1/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-112-2/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-112-4/+4
* hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow2022-03-081-0/+1
* m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2020-10-181-4/+0
* m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland2020-10-181-2/+0
* qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-185-15/+5
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-4/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-097-17/+14
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-097-16/+29
* goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke2020-07-221-0/+1
* rtc: add RTC_ISA_BASEGerd Hoffmann2020-05-041-0/+1
* hw/arm/allwinner: add RTC device supportNiek Linnenbank2020-03-121-0/+134
* hw: rtc: Add Goldfish RTC deviceAnup Patel2020-02-101-0/+46
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-262-2/+35
* hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé2019-10-241-3/+0
* hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-241-1/+0
* hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+30
* hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+92
* hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+19
* hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+57
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-0/+113
* hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+47