summaryrefslogtreecommitdiff
path: root/arch/i386/xen/manage.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-18xen: handle external requests for shutdown, reboot and sysrqJeremy Fitzhardinge1-0/+143
The guest domain can be asked to shutdown or reboot itself, or have a sysrq key injected, via xenbus. This patch adds a watcher for those events, and does the appropriate action. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Cc: Chris Wright <chrisw@sous-sol.org>