aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-01-26 12:11:32 +0000
committerDaniel Veillard <veillard@redhat.com>2006-01-26 12:11:32 +0000
commitb2764c3d9469cc0a3f4de006d237ebb54f42ded7 (patch)
tree7096acba1c3d0b8f16ee3826a5edfab08776b1a6 /TODO
parentadd xshandle checks, fix virsh grammar (diff)
downloadlibvirt-b2764c3d9469cc0a3f4de006d237ebb54f42ded7.tar.gz
libvirt-b2764c3d9469cc0a3f4de006d237ebb54f42ded7.tar.bz2
libvirt-b2764c3d9469cc0a3f4de006d237ebb54f42ded7.zip
* TODO: updated
* docs/search.php: use the new web site design * python/generator.py: fix a generation bug on python keyword Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 19 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3c30be02f..25d83fc4f 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,22 @@
-- nearly everything at this point
+Absolute TODOs:
+- fix the python bindings
+- Create() API, how do we best keep flexibility and allow various
+ specific environment and space for evolution (VMX)
+- thread protection, reentrancy, refcounting, etc ...
+- documentation and examples on using the toolkit
+- Error API. probably similar to libxml2 structured API
+
+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)
+
+Probable TODOs:
+- event on big domain state change (create, crashed, paused, shutdown, destroy)
+- bindings for more languages
+
+Would-be-nice TODO:
+- support for QEmu and other virtualization engines
Done:
- make dist and make rpm targets