aboutsummaryrefslogtreecommitdiff
path: root/hw/rtc
AgeCommit message (Expand)AuthorFilesLines
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi11-22/+22
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé11-22/+22
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson6-6/+0
2024-12-15hw/rtc: Constify all PropertyRichard Henderson6-6/+6
2024-12-10hw/rtc: Replace type_register() with type_register_static()Zhao Liu2-2/+2
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell1-12/+8
2024-11-05hw/rtc/ds1338: Prefer DEFINE_TYPES() macroBernhard Beschow1-12/+8
2024-11-05hw/rtc/ds1338: Trace send and receive operationsBernhard Beschow2-0/+10
2024-10-01hw/rtc: Remove twl92230 devicePeter Maydell3-887/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell9-9/+9
2024-07-23docs: Correct Loongarch -> LoongArchPhilippe Mathieu-Daudé1-1/+1
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini1-10/+2
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-03-07hw/rtc/sun4v-rtc: Relicense to GPLv2-or-laterPeter Maydell1-1/+1
2024-02-27pl031: Update last RTCLR value on write in case it's read backJessica Clarke1-0/+1
2024-02-27misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_...Abhiram Tilak1-2/+2
2023-12-30hw/rtc: Constify VMStateRichard Henderson11-16/+16
2023-11-06mc146818rtc: rtc_set_time(): initialize tm to zeroesVladimir Sementsov-Ogievskiy1-1/+1
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2023-08-31hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t differencePeter Maydell1-3/+2
2023-08-31hw/rtc/twl92230: Use int64_t for sec_offset and alm_secPeter Maydell1-2/+2
2023-08-31hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()Peter Maydell1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-14/+14
2023-03-20replace TABs with spacesYeqi Fu2-155/+155
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé1-3/+3
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé1-7/+6
2023-02-27hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcStatePhilippe Mathieu-Daudé1-59/+60
2023-02-27hw/isa: Remove empty ISADeviceClass structurePhilippe Mathieu-Daudé1-1/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-2/+2
2023-01-13hw/rtc/mc146818rtc: Make the mc146818 RTC device target independentThomas Huth2-16/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth1-3/+3
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne1-9/+28
2022-07-05hw/rtc/ls7a_rtc: Drop unused inline functionsRichard Henderson1-21/+6
2022-07-04hw/rtc/ls7a_rtc: Fix 'calculate' spelling errorsXiaojuan Yang1-6/+6
2022-07-04hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()Xiaojuan Yang1-7/+7
2022-07-04hw/rtc/ls7a_rtc: Fix rtc enable and disable functionXiaojuan Yang1-53/+7
2022-07-04hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang1-0/+20
2022-07-04hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang1-1/+0
2022-07-04hw/rtc/ls7a_rtc: Fix timer call back functionXiaojuan Yang1-2/+2
2022-07-04hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing functionXiaojuan Yang1-9/+11
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow1-3/+6
2022-06-09acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:b...Igor Mammedov1-5/+9
2022-06-06hw/loongarch: Add LoongArch ls7a rtc device supportXiaojuan Yang3-0/+532
2022-05-19ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell1-2/+2
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau1-3/+3
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-1/+1
2022-03-08hw/rtc/m48t59-isa: QOM'ify IRQ numberBernhard Beschow1-1/+8
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow1-2/+11