summaryrefslogtreecommitdiff
path: root/hw/rtc
AgeCommit message (Expand)Author
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
2021-03-04goldfish_rtc: re-arm the alarm after migrationLaurent Vivier
2021-01-18pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-08exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-18hw/rtc/twl92230: Add missing 'break'Philippe Mathieu-Daudé
2020-12-18hw/rtc/twl92230: Silence warnings about missing fallthrough statementsThomas Huth
2020-10-18m48t59: remove legacy m48t59_init() functionMark Cave-Ayland
2020-10-18m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland
2020-10-13goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-21meson: convert hw/rtcPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-22goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-09acpi: rtc: use a single crs rangeGerd Hoffmann