Age | Commit message (Expand) | Author | Files | Lines |
2020-06-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 1 | -2/+7 |
2020-06-09 | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() | Philippe Mathieu-Daudé | 1 | -2/+7 |
2020-06-09 | hw/timer/grlib_gptimer: Display frequency in decimal | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-05-21 | hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask() | Philippe Mathieu-Daudé | 1 | -7/+5 |
2020-05-11 | hw/timer/nrf51_timer: Add trace event of counter value update | Philippe Mathieu-Daudé | 2 | -0/+2 |
2020-05-11 | hw/timer/nrf51_timer: Display timer ID in trace events | Philippe Mathieu-Daudé | 2 | -4/+11 |
2020-05-11 | hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-05-04 | hw/timer/pxa2xx_timer: Add assertion to silent static analyzer warning | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-05-04 | hw/timer/stm32f2xx_timer: Remove dead assignment | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-05-04 | timer/exynos4210_mct: Remove redundant statement in exynos4210_mct_write() | Chen Qun | 1 | -4/+0 |
2020-03-09 | hw/timer/hpet: Include "exec/address-spaces.h" | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-03-09 | hw/timer: Remove unused "ui/console.h" header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-03-05 | hw/timer/cadence_ttc: move timer_new from init() into realize() to avoid meml... | Pan Nengyuan | 1 | -5/+11 |
2020-02-07 | stm32f2xx_timer: delay timer_new to avoid memleaks | Pan Nengyuan | 1 | -0/+5 |
2020-02-07 | armv7m_systick: delay timer_new to avoid memleaks | Pan Nengyuan | 1 | -0/+6 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 18 | -19/+19 |
2020-01-24 | hw/timer/aspeed_timer: Add a fall through comment | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu | 1 | -1/+1 |
2020-01-07 | hw/timer/Kconfig: Intel 8254 PIT depends of ISA bus | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-12-16 | aspeed: Change the "scu" property definition | Cédric Le Goater | 1 | -8/+9 |
2019-11-05 | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers | Philippe Mathieu-Daudé | 1 | -40/+0 |
2019-10-25 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 16 | -4879/+13 |
2019-10-25 | hw/timer/bcm2835: Add the BCM2835 SYS_timer | Philippe Mathieu-Daudé | 3 | -0/+169 |
2019-10-25 | hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -7/+18 |
2019-10-25 | hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+24 |
2019-10-25 | hw/timer/slavio_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+16 |
2019-10-24 | hw/rtc/mc146818: Include mc146818rtc_regs.h a bit less | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-10-24 | hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 3 | -186/+1 |
2019-10-24 | hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 2 | -609/+0 |
2019-10-24 | hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 3 | -280/+0 |
2019-10-24 | hw: Move DS1338 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 3 | -246/+0 |
2019-10-24 | hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 3 | -903/+0 |
2019-10-24 | hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 4 | -103/+0 |
2019-10-24 | hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 3 | -124/+0 |
2019-10-24 | hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 5 | -994/+0 |
2019-10-24 | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 4 | -1069/+1 |
2019-10-24 | hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory | Philippe Mathieu-Daudé | 4 | -355/+0 |
2019-10-24 | hw/timer: Compile devices not target-dependent as common object | Philippe Mathieu-Daudé | 1 | -11/+11 |
2019-10-24 | hw/timer/slavio_timer: Remove useless check for NULL t->timer | Peter Maydell | 1 | -7/+5 |
2019-10-24 | hw/timer/xilinx_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -5/+8 |
2019-10-22 | hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -10/+13 |
2019-10-22 | hw/timer/altera_timer.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+9 |
2019-10-22 | hw/timer/lm32_timer: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+9 |
2019-10-22 | hw/timer/sh_timer: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+9 |
2019-10-22 | hw/timer/puv3_ost.c: Switch to transaction-based ptimer API | Peter Maydell | 1 | -4/+5 |
2019-10-22 | hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init() | Peter Maydell | 1 | -2/+2 |
2019-10-22 | hw/timer/exynos4210_mct: Initialize ptimer before starting it | Guenter Roeck | 1 | -1/+1 |
2019-10-15 | aspeed/timer: Add support for IRQ status register on the AST2600 | Cédric Le Goater | 1 | -8/+28 |
2019-10-15 | aspeed/timer: Add AST2600 support | Cédric Le Goater | 1 | -0/+51 |
2019-10-15 | aspeed/timer: Add support for control register 3 | Cédric Le Goater | 1 | -0/+19 |