[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Document XenStore's new SET_TARGET message
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1202725231 0 # Node ID ad064e48b6f2822ef8daf06fdd6460d8e2553990 # Parent 9541494c0945305071bf258ad23fbdaff423c2a6 Document XenStore's new SET_TARGET message Signed-off-by: Ryan O'Connor <colossus@xxxxxxxxxxxxxxxxxx> --- docs/misc/xenstore.txt | 10 ++++++++++ 1 files changed, 10 insertions(+) diff -r 9541494c0945 -r ad064e48b6f2 docs/misc/xenstore.txt --- a/docs/misc/xenstore.txt Mon Feb 11 10:16:53 2008 +0000 +++ b/docs/misc/xenstore.txt Mon Feb 11 10:20:31 2008 +0000 @@ -296,6 +296,16 @@ RESUME <domid>| xenstored prevents the use of RESUME other than by dom0. +SET_TARGET <domid>|<tdomid>| + Notifies xenstored that domain <domid> is targeting domain + <tdomid>. This grants domain <domid> full access to paths + owned by <tdomid>. Domain <domid> also inherits all + permissions granted to <tdomid> on all other paths. This + allows <domid> to behave as if it were dom0 when modifying + paths related to <tdomid>. + + xenstored prevents the use of SET_TARGET other than by dom0. + ---------- Miscellaneous ---------- DEBUG print|<string>|?? sends <string> to debug log _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |