aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/shutdown.h
Commit message (Collapse)AuthorAgeFilesLines
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
| | | | | | | | | | | ... decreasing cache footprint. As a prerequisite this requires making cmdline_parse() a little more flexible. Also remove a few variables altogether, and adjust sections annotations for several others. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Keir Fraser <keir@xen.org>
* Delay 5 seconds on reboot *after* stopping all CPUs.Keir Fraser2008-08-041-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Change prototype of machine_restart to void machine_restart(void).kfraser@localhost.localdomain2007-09-101-1/+1
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [XEN] Clean up shutdown handling and ignore opt_noreboot if dom0kaf24@firebug.cl.cam.ac.uk2006-08-071-0/+13
shuts down cleanly. The option is intended only to retain information on the local console in case of a crash. Based on a patch from Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Keir Fraser <keir@xensource.com>