aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/mc146818rtc.c
AgeCommit message (Expand)Author
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2023-12-30hw/rtc: Constify VMStateRichard Henderson
2023-11-06mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy
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-02-08Drop duplicate #includeMarkus Armbruster
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow
2022-06-09acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...Igor Mammedov
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow
2022-02-28rtc: Have event RTC_CHANGE identify the RTC by QOM pathMarkus Armbruster
2022-02-28qapi: Move RTC_CHANGE back out of target schemaPeter Maydell
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-05-13hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé
2021-05-02mc146818rtc: put it into the 'misc' categoryGan Qixin
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-09acpi: rtc: use a single crs rangeGerd Hoffmann
2020-06-09acpi: move aml builder code for rtc deviceGerd Hoffmann
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-04rtc: add RTC_ISA_BASEGerd Hoffmann
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-11-19mc146818rtc: fix timer interrupt reinjection againPaolo Bonzini
2019-11-19Revert "mc146818rtc: fix timer interrupt reinjection"Paolo Bonzini
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini
2019-10-24hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé