aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-27 22:32:54 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-27 22:32:54 +0000
commit8bc437e412580815db2b9451eabaed20ea91d71e (patch)
tree487a1d721a52827907df33692105ffd1a3b2b426 /TODO
parent* src/libvirt.c src/xen_internal.[ch]: virConnectOpenReadOnly() (diff)
downloadlibvirt-8bc437e412580815db2b9451eabaed20ea91d71e.tar.gz
libvirt-8bc437e412580815db2b9451eabaed20ea91d71e.tar.bz2
libvirt-8bc437e412580815db2b9451eabaed20ea91d71e.zip
* TODO: updated, and added python hooks for error handling
* include/virterror.h src/virterror.c src/xml.c: error interception and reporting should be done. Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 82e47dc4f..dc51e2dbd 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
Absolute TODOs:
- thread protection, reentrancy, refcounting, etc ...
-- Error API. probably similar to libxml2 structured API
-- extract error messages from the Xend rpc
TODO:
- Create() API, how do we best keep flexibility and allow various
@@ -13,6 +11,7 @@ TODO:
- in python bindings raise an exception if a lookup or connection fails
to return a non-None object
- Add uuid to XML format
+- add error handling hooks at the python level
virsh TODO:
- decide where will be default directory for domains configurations (/etc/xen/domains/* ?)
@@ -46,3 +45,5 @@ Done:
- the CreateLinux() API is a first step toward a final Create()
- documentation and examples on using the toolkit
- UUID based lookup and naming
+- Error API similar to libxml2 structured API
+- extract error messages from the Xend rpc