Age | Commit message (Expand) | Author |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | i.MX: Add i.MX7 GPT variant | Andrey Smirnov |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2018-01-12 | hpet: recover timer offset correctly | Pavel Dovgalyuk |
2018-01-11 | hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() | Philippe Mathieu-Daudé |
2018-01-09 | sun4m: remove include/hw/sparc/sun4m.h and all references to it | Mark Cave-Ayland |
2017-12-18 | hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() | Philippe Mathieu-Daudé |
2017-12-18 | hw/timer/i8254: rename pit_init() -> i8254_pit_init() | Philippe Mathieu-Daudé |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-21 | msf2: Add Smartfusion2 System timer | Subbaraya Sundeep |
2017-09-21 | hw/timer/omap_gptimer: Don't use old_mmio | Peter Maydell |
2017-09-21 | hw/timer/omap_synctimer.c: Don't use old_mmio | Peter Maydell |
2017-08-31 | i8254: use QEMU_ALIGN_DOWN | Marc-André Lureau |
2017-08-01 | mc146818rtc: implement UIP latching as intended | Paolo Bonzini |
2017-08-01 | mc146818rtc: simplify check_update_timer | Paolo Bonzini |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-17 | hw/char/cmsdk-apb-timer: Implement CMSDK APB timer device | Peter Maydell |
2017-06-13 | timer/aspeed: fix timer enablement when a reload is not set | Cédric Le Goater |
2017-06-13 | hw/timer/exynos4210_mct: Remove unused defines | Krzysztof Kozlowski |
2017-06-13 | hw/timer/exynos4210_mct: Cleanup indentation and empty new lines | Krzysztof Kozlowski |
2017-06-13 | hw/timer/exynos4210_mct: Fix checkpatch style errors | Krzysztof Kozlowski |
2017-06-06 | qtest: add rtc periodic timer test | Xiao Guangrong |
2017-06-06 | mc146818rtc: embrace all x86 specific code | Xiao Guangrong |
2017-06-06 | mc146818rtc: drop unnecessary '#ifdef TARGET_I386' | Xiao Guangrong |
2017-06-06 | mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386 | Xiao Guangrong |
2017-06-06 | mc146818rtc: precisely count the clock for periodic timer | Tai Yunfang |
2017-06-06 | mc146818rtc: update periodic timer only if it is needed | Xiao Guangrong |
2017-06-04 | altera_timer: fix incorrect memset | Paolo Bonzini |
2017-06-02 | hw/timer: QOM'ify slavio_timer | xiaoqiang zhao |
2017-06-02 | hw/timer: QOM'ify m48txx_sysbus | xiaoqiang zhao |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-05-17 | hpet: Remove user_creatable flag | Eduardo Habkost |
2017-05-17 | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE | Eduardo Habkost |
2017-05-17 | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost |
2017-04-20 | hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report | Krzysztof Kozlowski |
2017-02-28 | armv7m: Split systick out from NVIC | Peter Maydell |
2017-02-28 | ARM i.MX timers: fix reset handling | Kurban Mallachiev |
2017-02-21 | hw/mips_gictimer: provide API for retrieving frequency | Paul Burton |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic |
2017-02-06 | Split ISA and sysbus versions of m48t59 device | David Gibson |
2017-01-27 | replay: don't use rtc clock on loadvm phase | Pavel Dovgalyuk |
2017-01-25 | Merge remote-tracking branch 'remotes/rth/tags/pull-nios-20170124' into staging | Peter Maydell |
2017-01-24 | nios2: Add periodic timer emulation | Chris Wulff |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-01-18 | target-sparc: move common cpu initialisation routines to sparc64.c | Artyom Tarasenko |