]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
mini-os: Notify shutdown through weak function call instead of wake queue
authorSamuel Thibault <samuel.thibaut@ens-lyon.org>
Wed, 9 Jan 2013 08:43:53 +0000 (08:43 +0000)
committerSamuel Thibault <samuel.thibaut@ens-lyon.org>
Wed, 9 Jan 2013 08:43:53 +0000 (08:43 +0000)
commitf3c9a1dd0247f8d4d7a40eef758139e040a17b90
treeeef9f2f5d8ceeea47e0affecee69aeb45c2aad39
parentd3fc78cd3a78f8d241c35f254fd389412c7cb9c2
mini-os: Notify shutdown through weak function call instead of wake queue

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>
include/kernel.h
kernel.c
test.c