[RFC PATCH 26/35] Add Xen subarch reboot support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

> > +
> > +/* Ignore multiple shutdown requests. */
> > +static int shutting_down = SHUTDOWN_INVALID;
> > +static void __shutdown_handler(void *unused);
> > +static DECLARE_WORK(shutdown_work, __shutdown_handler, NULL);
> > +
> > +static int shutdown_process(void *__unused)
> > +{
> > +	static char *envp[] = { "HOME=/", "TERM=linux",
> > +				"PATH=/sbin:/usr/sbin:/bin:/usr/bin", NULL };
> > +	static char *poweroff_argv[] = { "/sbin/poweroff", NULL };
> 
> This should be configurable, probably in a sysctl

Actually we have similar code in sparc and acpi parts, IIRC. We
probably want to have one, common, shut-me-off routine.

-- 
Thanks for all the (sleeping) penguins.

[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux