summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-20 23:08:47 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-20 23:08:47 +0000
commit9a2ec00a0552d1eb6ba9a2787e7042baab876cff (patch)
tree9fc559a2585f95c3d134b054d411ed63aebeaccc /TODO
parent9c5111b9c93a846dbbb04addce23d97c2778814a (diff)
downloadlibvirt-9a2ec00a0552d1eb6ba9a2787e7042baab876cff.tar.gz
* src/libvirt.c src/xend_internal.c src/xend_internal.h: move the
XML dump function around to make sure all entry points are centralized in libvirt.c and also avoid doc generation troubles. * docs/examples/Makefile.am docs/examples/index.py: fix the makefile a bit. * TODO: updated * docs/format.html: added a description of the XML used for the domains. * docs//*: rebuilt Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index c3c82a2ddd..e812b95869 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,7 @@ TODO:
- track change of xend API, XML-RPC, UUID based lookup and naming
- API for the Node: extracting informations, selecting scheduling policy
- better resources allocation APIs (%CPU, set memory)
+- DTD/RNG/XSD schemas for the XML Domain descriptions
Probable TODOs:
- event on big domain state change (create, crashed, paused, shutdown, destroy)