summaryrefslogtreecommitdiffstats
path: root/hw/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+13Star
|/
* m48t59: remove legacy m48t59_init() functionMark Cave-Ayland2020-10-181-35/+0Star
* m48t59-isa: remove legacy m48t59_init_isa() functionMark Cave-Ayland2020-10-181-25/+0Star
* 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/+5Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-117-37/+49
|\
| * Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-097-18/+14Star
| * Move QOM typedefs and add missing includesEduardo Habkost2020-09-097-18/+34
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2020-09-091-1/+1
|/
* meson: convert hw/rtcPaolo Bonzini2020-08-212-15/+16
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGHJessica Clarke2020-07-221-3/+14
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-2/+2
* isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster2020-06-152-4/+7
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-4/+6
* acpi: rtc: use a single crs rangeGerd Hoffmann2020-06-091-3/+5
* acpi: move aml builder code for rtc deviceGerd Hoffmann2020-06-091-0/+22
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* rtc: add RTC_ISA_BASEGerd Hoffmann2020-05-041-3/+2Star
* hw/arm/allwinner: add RTC device supportNiek Linnenbank2020-03-123-0/+416
* hw/timer: Remove unused "ui/console.h" headerPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* hw: rtc: Add Goldfish RTC deviceAnup Patel2020-02-104-0/+293
* hw/timer/m48t59: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé2020-02-063-11/+11
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-244-4/+4
* hw/rtc/mc146818: Add missing dependency on ISA BusPhilippe Mathieu-Daudé2020-01-071-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-11-191-39/+40
|\
| * mc146818rtc: fix timer interrupt reinjection againPaolo Bonzini2019-11-191-7/+9
| * Revert "mc146818rtc: fix timer interrupt reinjection"Paolo Bonzini2019-11-191-34/+33Star
* | pl031: Expose RTCICR as proper WC registerAlexander Graf2019-11-191-5/+1Star
|/
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-261-63/+31Star
* hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" includePhilippe Mathieu-Daudé2019-10-241-1/+0Star
* hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé2019-10-241-0/+1
* hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-0/+186
* hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-242-0/+609
* hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-0/+280
* hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-0/+246
* hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-0/+903
* hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-244-0/+103