aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/kernel.h
Commit message (Collapse)AuthorAgeFilesLines
* mini-os: Notify shutdown through weak function call instead of wake queueSamuel Thibault2013-01-091-3/+0
| | | | | | | | | To allow for more flexibility, this notifies domain shutdown through a function rather than a wake queue, to let the application use a wake queue only if it wishes. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Committed-by: Keir Fraser <keir@xen.org>
* [minios] Add xenbus shutdown control supportSamuel Thibault2012-11-301-0/+3
| | | | | | | | | | | | Add a thread watching the xenbus shutdown control path and notifies a wait queue. Add HYPERVISOR_shutdown convenient inline for minios shutdown. Add proper shutdown to the minios test application. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Committed-by: Keir Fraser <keir@xen.org>
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+7
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>