summaryrefslogtreecommitdiffstats
path: root/hw/rtc
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-0/+124
* hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-245-0/+994
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-0/+1067
* hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-244-0/+355