[Qemu-devel] [PATCH v3 0/2] watchdog: Allow setting action on the fly

Michal Privoznik posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1504688205.git.mprivozn@redhat.com
Test checkpatch failed
Test docker passed
Test s390x passed
There is a newer version of this series
hw/watchdog/watchdog.c    | 64 +++++++++++++++++++++++------------------------
hw/watchdog/wdt_diag288.c |  6 ++---
include/sysemu/watchdog.h | 12 ++-------
monitor.c                 |  4 +--
qapi-schema.json          |  9 +++++++
qapi/run-state.json       |  6 ++---
6 files changed, 51 insertions(+), 50 deletions(-)
[Qemu-devel] [PATCH v3 0/2] watchdog: Allow setting action on the fly
Posted by Michal Privoznik 6 years, 7 months ago
diff to v2:
- Introduced 1/2 patch that renames WatchdogExpirationAction
- Better handling of unknown state in switch()
- Passs &error_abort to qmp_watchdog_set_action()

Michal Privoznik (2):
  qapi: Rename WatchdogExpirationAction enum
  watchdog: Allow setting action on the fly

 hw/watchdog/watchdog.c    | 64 +++++++++++++++++++++++------------------------
 hw/watchdog/wdt_diag288.c |  6 ++---
 include/sysemu/watchdog.h | 12 ++-------
 monitor.c                 |  4 +--
 qapi-schema.json          |  9 +++++++
 qapi/run-state.json       |  6 ++---
 6 files changed, 51 insertions(+), 50 deletions(-)

-- 
2.13.5