summary refs log tree commit diff stats
path: root/hw/rtc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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:b...Igor 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
* goldfish_rtc: re-arm the alarm after migrationLaurent Vivier2021-03-041-0/+2
* pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin2021-01-181-0/+8
* exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+9
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-011-1/+1
|\ \
| * | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
| |/
* | hw/rtc/twl92230: Add missing 'break'Philippe Mathieu-Daudé2020-12-181-0/+1
* | hw/rtc/twl92230: Silence warnings about missing fallthrough statementsThomas Huth2020-12-181-30/+13
|/
* m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2020-10-181-35/+0
* m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland2020-10-181-25/+0
* goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier2020-10-131-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-185-15/+5