aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-04-27 14:14:23 +0000
committerDaniel Veillard <veillard@redhat.com>2006-04-27 14:14:23 +0000
commit7b38f418cb01d17cc125f5548ab5c13c0576684e (patch)
treef4a067e897b88616f625f68a0be33bcb39b15ddd /TODO
parent* src/xml.c: applied patch from Jeremy Katz to not require a (diff)
downloadlibvirt-7b38f418cb01d17cc125f5548ab5c13c0576684e.tar.gz
libvirt-7b38f418cb01d17cc125f5548ab5c13c0576684e.tar.bz2
libvirt-7b38f418cb01d17cc125f5548ab5c13c0576684e.zip
* src/xml.c src/xend_internal.c TODO: added uuid to the XML
serialization Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0055bd36f..48a59724a 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@ TODO:
- DTD/RNG/XSD schemas for the XML Domain descriptions
- 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
- object unicity for domains at the Python level
- UUID lookup in hash.c
@@ -50,3 +49,4 @@ Done:
- API for the Node: extracting informations
- docs for the principle in the error handling code
- thread protection, reentrancy, refcounting, etc ...
+- Add uuid to XML format