| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: remove -watchdog option | Paolo Bonzini | 2022-09-29 | 7 | -79/+0 |
* | ppc/spapr: Implement H_WATCHDOG | Alexey Kardashevskiy | 2022-07-06 | 3 | -0/+282 |
* | aspeed/wdt: Add AST1030 support | Steven Lee | 2022-05-02 | 1 | -0/+24 |
* | aspeed/wdt: Fix ast2500/ast2600 default reload value | Steven Lee | 2022-05-02 | 1 | -2/+8 |
* | watchdog: remove select_watchdog_action | Paolo Bonzini | 2021-11-02 | 1 | -14/+0 |
* | watchdog: add information from -watchdog help to -device help | Paolo Bonzini | 2021-11-02 | 6 | -7/+12 |
* | aspeed/wdt: Add trace events | Cédric Le Goater | 2021-10-12 | 2 | -0/+9 |
* | watchdog: aspeed: Fix sequential control writes | Andrew Jeffery | 2021-09-20 | 1 | -0/+2 |
* | watchdog: aspeed: Sanitize control register values | Andrew Jeffery | 2021-09-20 | 1 | -2/+22 |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | clock: Add ClockEvent parameter to callbacks | Peter Maydell | 2021-03-08 | 1 | -2/+3 |
* | arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSE | Peter Maydell | 2021-01-29 | 1 | -6/+0 |
* | hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock input | Peter Maydell | 2021-01-29 | 1 | -4/+14 |
* | hw/watchdog/cmsdk-apb-watchdog: Add Clock input | Peter Maydell | 2021-01-29 | 1 | -2/+5 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 2 | -2/+0 |
* | hw/watchdog/wdt_diag288: Remove unnecessary includes | Thomas Huth | 2020-12-11 | 1 | -2/+0 |
* | hw/watchdog: Implement SBSA watchdog device | Shashi Mallela | 2020-10-27 | 3 | -0/+297 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 2 | -3/+4 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 2 | -2/+5 |
* | meson: convert hw/watchdog | Marc-André Lureau | 2020-08-21 | 2 | -7/+7 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock status | Philippe Mathieu-Daudé | 2020-06-23 | 2 | -0/+2 |
* | hw/watchdog: Implement full i.MX watchdog support | Guenter Roeck | 2020-05-21 | 1 | -12/+226 |
* | hw: Move i.MX watchdog driver to hw/watchdog | Guenter Roeck | 2020-05-21 | 3 | -0/+94 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 2 | -2/+2 |
* | aspeed: Change the "scu" property definition | Cédric Le Goater | 2019-12-16 | 1 | -9/+8 |
* | watchdog/aspeed: Fix AST2600 frequency behaviour | Joel Stanley | 2019-12-16 | 1 | -4/+17 |
* | watchdog/aspeed: Improve watchdog timeout message | Joel Stanley | 2019-12-16 | 1 | -1/+2 |
* | hw: wdt_aspeed: Add AST2600 support | Joel Stanley | 2019-10-15 | 1 | -0/+29 |
* | watchdog/aspeed: Introduce an object class per SoC | Cédric Le Goater | 2019-10-15 | 1 | -57/+65 |
* | aspeed/wdt: Check correct register for clock source | Amithash Prasad | 2019-10-15 | 1 | -1/+1 |
* | hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer API | Peter Maydell | 2019-10-15 | 1 | -4/+9 |
* | ptimer: Rename ptimer_init() to ptimer_init_with_bh() | Peter Maydell | 2019-10-15 | 1 | -1/+1 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 2 | -0/+2 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 2 | -2/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 5 | -0/+5 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | aspeed: Link SCU to the watchdog | Joel Stanley | 2019-07-01 | 1 | -0/+20 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 5 | -2/+5 |
* | hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdev | Philippe Mathieu-Daudé | 2019-06-06 | 1 | -1/+1 |
* | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2019-03-22 | 1 | -1/+1 |
* | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -1/+1 |
* | ptimer: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+1 |
* | isa: express dependencies with kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+2 |
* | build: convert pci.mak to Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+2 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+11 |