ia64/xen-unstable
changeset 17026:ad064e48b6f2
Document XenStore's new SET_TARGET message
Signed-off-by: Ryan O'Connor <colossus@interchange.ubc.ca>
Signed-off-by: Ryan O'Connor <colossus@interchange.ubc.ca>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Feb 11 10:20:31 2008 +0000 (2008-02-11) |
parents | 9541494c0945 |
children | e3d417c4786b |
files | docs/misc/xenstore.txt |
line diff
1.1 --- a/docs/misc/xenstore.txt Mon Feb 11 10:16:53 2008 +0000 1.2 +++ b/docs/misc/xenstore.txt Mon Feb 11 10:20:31 2008 +0000 1.3 @@ -296,6 +296,16 @@ RESUME <domid>| 1.4 1.5 xenstored prevents the use of RESUME other than by dom0. 1.6 1.7 +SET_TARGET <domid>|<tdomid>| 1.8 + Notifies xenstored that domain <domid> is targeting domain 1.9 + <tdomid>. This grants domain <domid> full access to paths 1.10 + owned by <tdomid>. Domain <domid> also inherits all 1.11 + permissions granted to <tdomid> on all other paths. This 1.12 + allows <domid> to behave as if it were dom0 when modifying 1.13 + paths related to <tdomid>. 1.14 + 1.15 + xenstored prevents the use of SET_TARGET other than by dom0. 1.16 + 1.17 ---------- Miscellaneous ---------- 1.18 1.19 DEBUG print|<string>|?? sends <string> to debug log