aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-23 10:13:55 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-23 10:13:55 +0000
commit6536c00f251ee379126f71f2a385adb0c027138e (patch)
tree6d520e27429f2919185adc9c8110c3bf7d6e2c76 /TODO
parent* configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*: (diff)
downloadlibvirt-6536c00f251ee379126f71f2a385adb0c027138e.tar.gz
libvirt-6536c00f251ee379126f71f2a385adb0c027138e.tar.bz2
libvirt-6536c00f251ee379126f71f2a385adb0c027138e.zip
* include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]
src/libvirt_sym.version: added virDomainLookupByUUID and virDomainGetUUID to be able to use the persistant UUID names * docs//*: rebuilt the docs following the API extension Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 869dc1802..b5548c294 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ Absolute TODOs:
- thread protection, reentrancy, refcounting, etc ...
- Error API. probably similar to libxml2 structured API
- extract error messages from the Xend rpc
-- UUID based lookup and naming
TODO:
- Create() API, how do we best keep flexibility and allow various
@@ -45,3 +44,4 @@ Done:
- renamed to libvirt
- the CreateLinux() API is a first step toward a final Create()
- documentation and examples on using the toolkit
+- UUID based lookup and naming