aboutsummaryrefslogtreecommitdiffstats
path: root/hw/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: Correct Loongarch -> LoongArchPhilippe Mathieu-Daudé2024-07-231-1/+1
* hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini2024-05-101-10/+2
* misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé2024-05-091-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
* hw/rtc/sun4v-rtc: Relicense to GPLv2-or-laterPeter Maydell2024-03-071-1/+1
* pl031: Update last RTCLR value on write in case it's read backJessica Clarke2024-02-271-0/+1
* misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_action()Abhiram Tilak2024-02-271-2/+2
* hw/rtc: Constify VMStateRichard Henderson2023-12-3011-16/+16
* mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy2023-11-061-1/+1
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell2023-08-311-3/+2
* hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell2023-08-311-2/+2
* hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell2023-08-311-1/+1
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-14/+14
* replace TABs with spacesYeqi Fu2023-03-202-155/+155
* hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé2023-02-271-3/+3
* hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé2023-02-271-7/+6
* hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcStatePhilippe Mathieu-Daudé2023-02-271-59/+60
* hw/isa: Remove empty ISADeviceClass structurePhilippe Mathieu-Daudé2023-02-271-1/+1
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth2023-01-132-16/+1
* hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth2023-01-131-3/+3
* goldfish_rtc: Add big-endian propertyStafford Horne2022-09-041-9/+28
* hw/rtc/ls7a_rtc: Drop unused inline functionsRichard Henderson2022-07-051-21/+6
* hw/rtc/ls7a_rtc: Fix 'calculate' spelling errorsXiaojuan Yang2022-07-041-6/+6
* hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()Xiaojuan Yang2022-07-041-7/+7
* hw/rtc/ls7a_rtc: Fix rtc enable and disable functionXiaojuan Yang2022-07-041-53/+7
* hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang2022-07-041-0/+20
* hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang2022-07-041-1/+0
* hw/rtc/ls7a_rtc: Fix timer call back functionXiaojuan Yang2022-07-041-2/+2
* hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing functionXiaojuan Yang2022-07-041-9/+11
* hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow2022-06-111-3/+6
* acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2022-06-091-5/+9
* hw/loongarch: Add LoongArch ls7a rtc device supportXiaojuan Yang2022-06-063-0/+532
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-2/+2
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-3/+3
* hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow2022-03-081-1/+1
* hw/rtc/m48t59-isa: QOM'ify IRQ numberBernhard Beschow2022-03-081-1/+8
* hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow2022-03-081-2/+11
* rtc: Have event RTC_CHANGE identify the RTC by QOM pathMarkus Armbruster2022-02-282-2/+4
* hw/rtc: Compile pl031 once-onlyPeter Maydell2022-02-281-1/+1
* qapi: Move RTC_CHANGE back out of target schemaPeter Maydell2022-02-282-2/+2
* Kconfig: Add I2C_DEVICES device groupPeter Maydell2022-02-211-0/+2
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-2811-11/+11
* hw/rtc/pl031: Send RTC_CHANGE QMP eventEric Auger2021-11-152-2/+10
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface)Philippe Mathieu-Daudé2021-05-131-20/+22
* mc146818rtc: put it into the 'misc' categoryGan Qixin2021-05-021-0/+1
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-022-2/+0