summary refs log tree commit diff stats
path: root/hw/rtc/m48t59.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...Abhiram Tilak2024-02-271-2/+2
* hw/rtc: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell2023-08-311-1/+1
* replace TABs with spacesYeqi Fu2023-03-201-75/+75
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2020-10-181-35/+0
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* hw/timer/m48t59: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-02-061-6/+5
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+723