libvirt/TODO

30 lines
922 B
Plaintext
Raw Normal View History

TODO:
- libvirt_virDomainSetMemory should check memory is > 0
2006-08-07 20:55:03 +00:00
- check how to better handle renaming of domains (xm rename and cache)
- UUID lookup in hash.c
2006-08-07 20:55:03 +00:00
Other environment:
- support for UML
2006-08-07 20:55:03 +00:00
+ UML control layer should be easy at least for one user but incomplete
2006-02-21 21:01:09 +00:00
Probable TODOs:
- event on big domain state change (create, crashed, paused, shutdown, destroy)
- bindings for more languages
Would-be-nice TODO:
2006-01-31 10:21:10 +00:00
- 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).