s390x/watchdog: introduce diag288 watchdog device
commit188f24c2c149bcb0088c6317e99e09afc007de34
authorXu Wang <gesaint@linux.vnet.ibm.com>
Thu, 5 Feb 2015 10:28:32 +0000 (5 18:28 +0800)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Thu, 11 Jun 2015 15:45:49 +0000 (11 17:45 +0200)
tree6d6e9ad12085b657dcf72647f1cafa528e21a03d
parentd7933ef3ac81149a51ba43ddac9fe70405008aba
s390x/watchdog: introduce diag288 watchdog device

This patch introduces a new diag288 watchdog device that will, just like
other watchdogs, monitor a guest and take corresponding actions when it
detects that the guest is not responding.

diag288 is s390x specific. The wiring to s390x KVM will be done in
separate patches.

Signed-off-by: Xu Wang <gesaint@linux.vnet.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
[split out qemu-option.hx base changes]
default-configs/s390x-softmmu.mak
hw/watchdog/Makefile.objs
hw/watchdog/wdt_diag288.c [new file with mode: 0644]
include/hw/watchdog/wdt_diag288.h [new file with mode: 0644]
qemu-options.hx