index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
rtc
/
m48t59.c
Age
Commit message (
Expand
)
Author
2024-02-27
misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...
Abhiram Tilak
2023-12-30
hw/rtc: Constify VMState
Richard Henderson
2023-08-31
hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
Peter Maydell
2023-03-20
replace TABs with spaces
Yeqi Fu
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2020-10-18
m48t59: remove legacy m48t59_init() function
Mark Cave-Ayland
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-02-06
hw/timer/m48t59: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-10-24
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé