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
/
mc146818rtc.c
Age
Commit message (
Expand
)
Author
2024-05-10
hw/i386: move rtc-reset-reinjection command out of hw/rtc
Paolo Bonzini
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2023-12-30
hw/rtc: Constify VMState
Richard Henderson
2023-11-06
mc146818rtc: rtc_set_time(): initialize tm to zeroes
Vladimir Sementsov-Ogievskiy
2023-02-27
hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data
Philippe Mathieu-Daudé
2023-02-27
hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument
Philippe Mathieu-Daudé
2023-02-27
hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
Philippe Mathieu-Daudé
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-01-13
hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
Thomas Huth
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
2022-06-11
hw/rtc/mc146818rtc: QOM'ify io_base offset
Bernhard Beschow
2022-06-09
acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...
Igor Mammedov
2022-03-08
hw/rtc/mc146818rtc: QOM'ify IRQ number
Bernhard Beschow
2022-02-28
rtc: Have event RTC_CHANGE identify the RTC by QOM path
Markus Armbruster
2022-02-28
qapi: Move RTC_CHANGE back out of target schema
Peter Maydell
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
2021-05-13
hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)
Philippe Mathieu-Daudé
2021-05-02
mc146818rtc: put it into the 'misc' category
Gan Qixin
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-06-09
acpi: rtc: use a single crs range
Gerd Hoffmann
2020-06-09
acpi: move aml builder code for rtc device
Gerd Hoffmann
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-04
rtc: add RTC_ISA_BASE
Gerd Hoffmann
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-11-19
mc146818rtc: fix timer interrupt reinjection again
Paolo Bonzini
2019-11-19
Revert "mc146818rtc: fix timer interrupt reinjection"
Paolo Bonzini
2019-10-26
Merge commit 'df84f17' into HEAD
Paolo Bonzini
2019-10-24
hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less
Philippe Mathieu-Daudé
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé