aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc
AgeCommit message (Expand)Author
2024-07-23docs: Correct Loongarch -> LoongArchPhilippe Mathieu-Daudé
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-07hw/rtc/sun4v-rtc: Relicense to GPLv2-or-laterPeter Maydell
2024-02-27pl031: Update last RTCLR value on write in case it's read backJessica Clarke
2024-02-27misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...Abhiram Tilak
2023-12-30hw/rtc: Constify VMStateRichard Henderson
2023-11-06mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy
2023-09-21hw/other: spelling fixesMichael Tokarev
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell
2023-08-31hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-03-20replace TABs with spacesYeqi Fu
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-27hw/isa: Remove empty ISADeviceClass structurePhilippe Mathieu-Daudé
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
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-09-04goldfish_rtc: Add big-endian propertyStafford Horne
2022-07-05hw/rtc/ls7a_rtc: Drop unused inline functionsRichard Henderson
2022-07-04hw/rtc/ls7a_rtc: Fix 'calculate' spelling errorsXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()Xiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix rtc enable and disable functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix timer call back functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing functionXiaojuan Yang
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-06-06hw/loongarch: Add LoongArch ls7a rtc device supportXiaojuan Yang
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2022-03-08hw/rtc/m48t59-isa: QOM'ify IRQ numberBernhard Beschow
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-28hw/rtc: Compile pl031 once-onlyPeter Maydell
2022-02-28qapi: Move RTC_CHANGE back out of target schemaPeter Maydell
2022-02-21Kconfig: Add I2C_DEVICES device groupPeter Maydell
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2021-11-15hw/rtc/pl031: Send RTC_CHANGE QMP eventEric Auger
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
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