aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc/m48t59.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...Abhiram Tilak1-2/+2
2023-12-30hw/rtc: Constify VMStateRichard Henderson1-1/+1
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell1-1/+1
2023-03-20replace TABs with spacesYeqi Fu1-75/+75
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland1-35/+0
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-02-06hw/timer/m48t59: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé1-6/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-0/+723