2006-01-26 20:11:32 +08:00
|
|
|
TODO:
|
2007-03-19 18:15:52 +08:00
|
|
|
- libvirt_virDomainSetMemory should check memory is > 0
|
2006-08-08 04:55:03 +08:00
|
|
|
- check how to better handle renaming of domains (xm rename and cache)
|
|
|
|
|
2006-04-09 21:11:22 +08:00
|
|
|
- UUID lookup in hash.c
|
2006-01-26 20:11:32 +08:00
|
|
|
|
2006-08-08 04:55:03 +08:00
|
|
|
Other environment:
|
|
|
|
- support for UML
|
2008-02-06 03:27:37 +08:00
|
|
|
|
2006-08-08 04:55:03 +08:00
|
|
|
+ UML control layer should be easy at least for one user but incomplete
|
2006-02-22 05:01:09 +08:00
|
|
|
|
2006-01-26 20:11:32 +08: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 18:21:10 +08:00
|
|
|
- man page for virsh and the libraries entry points
|
2006-02-22 16:59:00 +08:00
|
|
|
- more documentation and examples on using the toolkit
|
2006-04-10 16:32:34 +08:00
|
|
|
- examples for the error handling code
|
2005-11-08 01:16:18 +08:00
|
|
|
|
2006-02-21 01:22:16 +08:00
|
|
|
Cleanup:
|
|
|
|
- now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ?
|
2008-02-06 03:27:37 +08:00
|
|
|
same for the buffers
|
2006-02-21 01:22:16 +08:00
|
|
|
|
2007-05-29 22:44:15 +08:00
|
|
|
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).
|