summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-11-22 17:15:30 +0100
committerGuido Guenther <agx@sigxcpu.org>2007-11-22 17:15:30 +0100
commit289456a92fb60b336602a4667d251007b054bb0a (patch)
treee7d530518edfc75ceeb8fece4b056b30e0890757 /TODO
Imported upstream version 0.3.3
Diffstat (limited to 'TODO')
-rw-r--r--TODO29
1 files changed, 29 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 000000000..828d50d8f
--- /dev/null
+++ b/TODO
@@ -0,0 +1,29 @@
+TODO:
+- libvirt_virDomainSetMemory should check memory is > 0
+- check how to better handle renaming of domains (xm rename and cache)
+
+- UUID lookup in hash.c
+
+Other environment:
+- support for UML
+
+ + UML control layer should be easy at least for one user but incomplete
+
+Probable TODOs:
+- event on big domain state change (create, crashed, paused, shutdown, destroy)
+- bindings for more languages
+
+Would-be-nice TODO:
+- man page for virsh and the libraries entry points
+- more documentation and examples on using the toolkit
+- examples for the error handling code
+
+Cleanup:
+- now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ?
+ same for the buffers
+
+Autoconf:
+- On Debian and other platforms, C++ compiler is required because
+ autoconf macros to detect libtool depend on it. (This is probably
+ an autoconf or libtool m4 macro bug, and the fact that it happens
+ on Debian is a red herring).