aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/mc146818rtc.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth1-14/+0
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth1-3/+3
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow1-3/+6
2022-06-09acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...Igor Mammedov1-5/+9
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow1-2/+11
2022-02-28rtc: Have event RTC_CHANGE identify the RTC by QOM pathMarkus Armbruster1-1/+2
2022-02-28qapi: Move RTC_CHANGE back out of target schemaPeter Maydell1-1/+1
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-05-13hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé1-20/+22
2021-05-02mc146818rtc: put it into the 'misc' categoryGan Qixin1-0/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster1-2/+2
2020-06-09acpi: rtc: use a single crs rangeGerd Hoffmann1-3/+5
2020-06-09acpi: move aml builder code for rtc deviceGerd Hoffmann1-0/+22
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-2/+2
2020-05-04rtc: add RTC_ISA_BASEGerd Hoffmann1-3/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-11-19mc146818rtc: fix timer interrupt reinjection againPaolo Bonzini1-7/+9
2019-11-19Revert "mc146818rtc: fix timer interrupt reinjection"Paolo Bonzini1-34/+33
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-63/+31
2019-10-24hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé1-0/+1
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+1063