aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-11 10:20:31 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-11 10:20:31 +0000
commit9990562d743ae236991e49af6a439b4f67a67649 (patch)
treef50d47966f03eb672f41fcfe3c5934d857ca364a /docs
parent670d6b908ff2fba90536b8f139fb2c66506b253e (diff)
downloadxen-9990562d743ae236991e49af6a439b4f67a67649.tar.gz
xen-9990562d743ae236991e49af6a439b4f67a67649.tar.bz2
xen-9990562d743ae236991e49af6a439b4f67a67649.zip
Document XenStore's new SET_TARGET message
Signed-off-by: Ryan O'Connor <colossus@interchange.ubc.ca>
Diffstat (limited to 'docs')
-rw-r--r--docs/misc/xenstore.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt
index 90632863df..baf2c42dc0 100644
--- a/docs/misc/xenstore.txt
+++ b/docs/misc/xenstore.txt
@@ -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