summaryrefslogtreecommitdiff
path: root/arch/i386/xen/Makefile
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@xensource.com>2007-07-18 01:37:07 (GMT)
committerJeremy Fitzhardinge <jeremy@goop.org>2007-07-18 15:47:45 (GMT)
commit3e2b8fbeec8f005672f2a2e862fb9c26a0bafedc (patch)
tree47bd623e5d692daf3b91316a3a715ff7356bc22b /arch/i386/xen/Makefile
parentfefa629abebe328cf6d07f99fe5796dbfc3e4981 (diff)
downloadlinux-fsl-qoriq-3e2b8fbeec8f005672f2a2e862fb9c26a0bafedc.tar.xz
xen: handle external requests for shutdown, reboot and sysrq
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>
Diffstat (limited to 'arch/i386/xen/Makefile')
-rw-r--r--arch/i386/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/xen/Makefile b/arch/i386/xen/Makefile
index fd05f24..7bf2ce3 100644
--- a/arch/i386/xen/Makefile
+++ b/arch/i386/xen/Makefile
@@ -1,4 +1,4 @@
obj-y := enlighten.o setup.o features.o multicalls.o mmu.o \
- events.o time.o
+ events.o time.o manage.o
obj-$(CONFIG_SMP) += smp.o