Watchdog timers for domains
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 4 Jun 2010 10:35:23 +0000 (11:35 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 4 Jun 2010 10:35:23 +0000 (11:35 +0100)
commit78c8506e77b393c00001fce9e8b21eda22ed3007
tree389ca22b5b3f4cb280364e264beca2974ce4b924
parent77622d85cf3fd61e96b71750d75af58b60eddfc4
Watchdog timers for domains

Each domain is allowed to set, reset and disable its timers; when any
timer runs out the domain is killed.

Patch from Christian Limpach <Christian.Limpach@citrix.com>
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
12 files changed:
.hgignore
tools/libxc/xc_domain.c
tools/libxc/xenctrl.h
tools/misc/Makefile
tools/misc/xen-watchdog [new file with mode: 0644]
tools/misc/xenwatchdogd.c [new file with mode: 0644]
xen/common/domain.c
xen/common/keyhandler.c
xen/common/schedule.c
xen/common/shutdown.c
xen/include/public/sched.h
xen/include/xen/sched.h