On 12/08/13 14:47, Josh Zhao wrote: > Hi Andrew, > What's the Watchdog used for in Xen? > > Josh Xen can set up a hardware watchdog on each pcpu, to help ensure that it doesn't get stuck in loops. It is extra defence against bugs in Xen. ~Andrew > > > 2013/8/12 Andrew Cooper > > > This series offers some improvements to Xen watchdogs. > > Patch 1 moves the concept of a watchdog from x86 specific code to > common. > Patch 2 tweaks the x86 implementation, given the common > implementation. > Patch 3 is a bugfix for certain cases where the watchdog code > interacts badly with > console_force_unlock(). > > Signed-off-by: Andrew Cooper > > CC: Keir Fraser > > CC: Jan Beulich > > CC: Tim Deegan > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel > >