aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-04-10 08:32:34 +0000
committerDaniel Veillard <veillard@redhat.com>2006-04-10 08:32:34 +0000
commit729340729512bdae7207a0e215ea1601bb2f3401 (patch)
tree0a80618457134cc58fdb39d8097aefd159763957 /TODO
parent* TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.c (diff)
downloadlibvirt-729340729512bdae7207a0e215ea1601bb2f3401.tar.gz
libvirt-729340729512bdae7207a0e215ea1601bb2f3401.tar.bz2
libvirt-729340729512bdae7207a0e215ea1601bb2f3401.zip
* src/xend_internal.c src/xml.c: applied patch from Jim Fehlig
for lifecycle events * docs/format.html docs/libvir.html: added the associated docs for the new constructs * TODO: small update Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index a6c51ab59..0055bd36f 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@ TODO:
- Create() API, how do we best keep flexibility and allow various
specific environment and space for evolution (VMX)
- track change of xend API & XML-RPC
-- API for the Node: extracting informations, selecting scheduling policy
+- API for the Node: selecting scheduling policy
- better resources allocation APIs (%CPU, set memory)
- DTD/RNG/XSD schemas for the XML Domain descriptions
- in python bindings raise an exception if a lookup or connection fails
@@ -31,7 +31,7 @@ Would-be-nice TODO:
- man page for virsh and the libraries entry points
- support for QEmu and other virtualization engines
- more documentation and examples on using the toolkit
-- examples and docs for the principle in the error handling code
+- examples for the error handling code
Cleanup:
- now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ?
@@ -47,4 +47,6 @@ Done:
- UUID based lookup and naming
- Error API similar to libxml2 structured API
- extract error messages from the Xend rpc
+- API for the Node: extracting informations
+- docs for the principle in the error handling code
- thread protection, reentrancy, refcounting, etc ...