search for: watchdog_enabled

Displaying 4 results from an estimated 4 matches for "watchdog_enabled".

2007 Feb 01
2
Re: [Nut-upsuser] Ablerex 625L USB version
...upslogx(LOG_INFO, "Battery test stopped."); > *************** > *** 617,626 **** > } > > if (strcasecmp(cmdname, "shutdown.return") == 0) { > ! ser_send_pace(upsfd, SEND_PACE, "C%c", ENDCHAR); > watchdog_enabled = 0; > > ! ser_send_pace(upsfd, SEND_PACE, "S%02dR%04d%c", > shutdown_delay, start_delay, ENDCHAR); > > upslogx(LOG_INFO, "Shutdown (return) initiated."); > > --- 625,634 ---- > } > > if (strcase...
2013 Nov 18
12
[Patch v3 0/4] Xen stack trace printing improvements
This series consists of improvements to Xen''s ability to print traces of its own stack, and specifically for the stack overflow case to be able to use frame pointers in a debug build. I have dev tested the series in debug and non-debug cases, with and without memory guards, and I believe that all the stack traces look correct (given the available information Xen has), and that the
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See