aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/TODO
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-26 15:20:09 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-26 15:20:09 +0000
commitef071736546681facfdc36617632bdafd6c4d4a4 (patch)
tree49b258982283aa0aa0b9017834b6dbffa92b4927 /tools/xenstore/TODO
parente04c630cb24b65d871f061074bea23174cadf841 (diff)
downloadxen-ef071736546681facfdc36617632bdafd6c4d4a4.tar.gz
xen-ef071736546681facfdc36617632bdafd6c4d4a4.tar.bz2
xen-ef071736546681facfdc36617632bdafd6c4d4a4.zip
Change watches: operations block until everyone has acked.
Watch events are no longer sent to self Watches no longer take a priority async and asyncwait commands for xs_test, now we need to continue despite blocking ops. Print test name at end of verbose run on failure. Use --trace-file arg to xenstored when testing Signed-off-by: Rusty Russel <rusty@rustcorp.com.au> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/xenstore/TODO')
-rw-r--r--tools/xenstore/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/xenstore/TODO b/tools/xenstore/TODO
index 8e4185b211..71d5bbbf50 100644
--- a/tools/xenstore/TODO
+++ b/tools/xenstore/TODO
@@ -2,8 +2,9 @@ TODO in no particular order. Some of these will never be done. There
are omissions of important but necessary things. It is up to the
reader to fill in the blanks.
-- Remove calls to system() from daemon
- Timeout failed watch responses
-- Dynamic nodes
+- Dynamic/supply nodes
- Persistant storage of introductions, watches and transactions, so daemon can restart
- Remove assumption that rename doesn't fail
+- Multi-root transactions, for setting up front and back ends at same time.
+