diff options
author | Jeremy Fitzhardinge <jeremy@xensource.com> | 2007-07-17 18:37:07 -0700 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-07-18 08:47:45 -0700 |
commit | 3e2b8fbeec8f005672f2a2e862fb9c26a0bafedc (patch) | |
tree | 47bd623e5d692daf3b91316a3a715ff7356bc22b /arch/i386/xen/Makefile | |
parent | fefa629abebe328cf6d07f99fe5796dbfc3e4981 (diff) | |
download | op-kernel-dev-3e2b8fbeec8f005672f2a2e862fb9c26a0bafedc.zip op-kernel-dev-3e2b8fbeec8f005672f2a2e862fb9c26a0bafedc.tar.gz |
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/Makefile | 2 |
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 |