summary refs log tree commit diff stats
path: root/include/hw/rtc/mc146818rtc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow2022-06-111-1/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2022-05-111-1/+1
* hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow2022-03-081-0/+1
* qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* rtc: add RTC_ISA_BASEGerd Hoffmann2020-05-041-0/+1
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-261-0/+35
* hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-241-1/+0
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+22