- fd7f95f hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later by Peter Maydell · 1 year ago
- 4d28d57 pl031: Update last RTCLR value on write in case it's read back by Jessica Clarke · 1 year ago
- 9d80aa0 misc: m48t59: replace qemu_system_reset_request() call with watchdog_perform_action() by Abhiram Tilak · 1 year ago
- a80cc66 hw/rtc: Constify VMState by Richard Henderson · 1 year, 2 months ago
- 394bca2 mc146818rtc: rtc_set_time(): initialize tm to zeroes by Vladimir Sementsov-Ogievskiy · 1 year, 4 months ago
- 9b4b4e5 hw/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- c0a6385 hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference by Peter Maydell · 1 year, 6 months ago
- 279695a hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec by Peter Maydell · 1 year, 6 months ago
- 7038b6e hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm() by Peter Maydell · 1 year, 6 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- 48805df replace TABs with spaces by Yeqi Fu · 2 years ago
- 2d4bd81 hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 55c86cb hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 8df7129 hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 97cfb5e hw/isa: Remove empty ISADeviceClass structure by Philippe Mathieu-Daudé · 2 years, 1 month ago
- a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- e896d84 hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent by Thomas Huth · 2 years, 2 months ago
- 2b85e0c hw/intc: Extract the IRQ counting functions into a separate file by Thomas Huth · 2 years, 2 months ago
- 65f5144 goldfish_rtc: Add big-endian property by Stafford Horne · 2 years, 9 months ago
- c1ca312 hw/rtc/ls7a_rtc: Drop unused inline functions by Richard Henderson · 2 years, 8 months ago
- 59e52dc hw/rtc/ls7a_rtc: Fix 'calculate' spelling errors by Xiaojuan Yang · 2 years, 8 months ago
- 582788c hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val() by Xiaojuan Yang · 2 years, 8 months ago
- 6935f13 hw/rtc/ls7a_rtc: Fix rtc enable and disable function by Xiaojuan Yang · 2 years, 8 months ago
- e5c0367 hw/rtc/ls7a_rtc: Add reset function by Xiaojuan Yang · 2 years, 8 months ago
- 53a5eb2 hw/rtc/ls7a_rtc: Remove unimplemented device in realized function by Xiaojuan Yang · 2 years, 8 months ago
- df11f3e hw/rtc/ls7a_rtc: Fix timer call back function by Xiaojuan Yang · 2 years, 8 months ago
- 4f2c658 hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function by Xiaojuan Yang · 2 years, 8 months ago
- 5b21b33 hw/rtc/mc146818rtc: QOM'ify io_base offset by Bernhard Beschow · 2 years, 9 months ago
- d9cf178 acpi: mc146818rtc: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_dev_aml by Igor Mammedov · 2 years, 9 months ago
- c117f68 hw/loongarch: Add LoongArch ls7a rtc device support by Xiaojuan Yang · 2 years, 9 months ago
- 9598c1b ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY by Peter Maydell · 2 years, 10 months ago
- f793dde Replace qemu_gettimeofday() with g_get_real_time() by Marc-André Lureau · 3 years ago
- 215caca hw/isa: Inline and remove one-line isa_init_irq() by Bernhard Beschow · 3 years ago
- e89d9fa3 hw/rtc/m48t59-isa: QOM'ify IRQ number by Bernhard Beschow · 3 years ago
- 3b004a1 hw/rtc/mc146818rtc: QOM'ify IRQ number by Bernhard Beschow · 3 years ago
- 2beb1e5 rtc: Have event RTC_CHANGE identify the RTC by QOM path by Markus Armbruster · 3 years ago
- 0339752 hw/rtc: Compile pl031 once-only by Peter Maydell · 3 years ago
- 1f216b8 qapi: Move RTC_CHANGE back out of target schema by Peter Maydell · 3 years ago
- b5bf5a5 Kconfig: Add I2C_DEVICES device group by Peter Maydell · 3 years, 1 month ago
- 2f93d8b rtc: Move RTC function prototypes to their own header by Peter Maydell · 3 years, 3 months ago
- 1adf528 hw/rtc/pl031: Send RTC_CHANGE QMP event by Eric Auger · 3 years, 5 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
- fae5a04 hw/rtc/mc146818rtc: Convert to 3-phase reset (Resettable interface) by Philippe Mathieu-Daudé · 3 years, 10 months ago
- 76d79cf mc146818rtc: put it into the 'misc' category by Gan Qixin · 4 years, 3 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 6b9409b goldfish_rtc: re-arm the alarm after migration by Laurent Vivier · 4 years, 2 months ago
- b026d4a pl031: Use timer_free() in the finalize function to avoid memleaks by Gan Qixin · 4 years, 2 months ago
- 3fabd51 exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaks by Gan Qixin · 4 years, 3 months ago
- 41192db Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
- 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years, 2 months ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 3 months ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
- 61e21b0 hw/rtc/twl92230: Add missing 'break' by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 2167760 hw/rtc/twl92230: Silence warnings about missing fallthrough statements by Thomas Huth · 4 years, 3 months ago
- 3e7e134 m48t59: remove legacy m48t59_init() function by Mark Cave-Ayland · 4 years, 5 months ago
- 669b964 m48t59-isa: remove legacy m48t59_init_isa() function by Mark Cave-Ayland · 4 years, 5 months ago
- 16b66c5 goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIAN by Laurent Vivier · 4 years, 5 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- f4ef8c9 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
- b15e402 trace-events: Fix attribution of trace points to source by Markus Armbruster · 4 years, 7 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- ee80237 meson: convert hw/rtc by Paolo Bonzini · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 8380b3a goldfish_rtc: Fix non-atomic read behaviour of TIME_LOW/TIME_HIGH by Jessica Clarke · 4 years, 8 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 96927c7 isa: Convert uses of isa_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- f592b94 acpi: rtc: use a single crs range by Gerd Hoffmann · 4 years, 10 months ago
- df9b9b4 acpi: move aml builder code for rtc device by Gerd Hoffmann · 4 years, 10 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
- ba480fa rtc: add RTC_ISA_BASE by Gerd Hoffmann · 4 years, 10 months ago
- a9ad9e7 hw/arm/allwinner: add RTC device support by Niek Linnenbank · 5 years ago
- 4e24b59 hw/timer: Remove unused "ui/console.h" header by Philippe Mathieu-Daudé · 5 years ago
- 9a5b40b hw: rtc: Add Goldfish RTC device by Anup Patel · 5 years ago
- e21d73e hw/timer/m48t59: Convert debug printf()s to trace events by Philippe Mathieu-Daudé · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- c9c6b2e hw/rtc/mc146818: Add missing dependency on ISA Bus by Philippe Mathieu-Daudé · 5 years ago
- 06b43e0 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 83ad959 pl031: Expose RTCICR as proper WC register by Alexander Graf · 5 years ago
- 7a3e29b mc146818rtc: fix timer interrupt reinjection again by Paolo Bonzini · 5 years ago
- 3ae32ad Revert "mc146818rtc: fix timer interrupt reinjection" by Paolo Bonzini · 5 years ago
- 673652a Merge commit 'df84f17' into HEAD by Paolo Bonzini · 5 years ago
- 2330113 hw/rtc/xlnx-zynqmp-rtc: Remove unused "ptimer.h" include by Philippe Mathieu-Daudé · 5 years ago
- 7ffcb73 hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less by Philippe Mathieu-Daudé · 5 years ago
- ea5dcf4 hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 7f0df1c hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 8035f85 hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 64e85ff hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 6a648a5 hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 2811ac3 hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- de04c31 hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 819ce6b hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- bcdb906 hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 877c181 hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago