2006-01-26 20:11:32 +08:00
|
|
|
Absolute TODOs:
|
|
|
|
- Create() API, how do we best keep flexibility and allow various
|
|
|
|
specific environment and space for evolution (VMX)
|
|
|
|
- thread protection, reentrancy, refcounting, etc ...
|
|
|
|
- documentation and examples on using the toolkit
|
|
|
|
- Error API. probably similar to libxml2 structured API
|
|
|
|
|
|
|
|
TODO:
|
|
|
|
- track change of xend API, XML-RPC, UUID based lookup and naming
|
|
|
|
- API for the Node: extracting informations, selecting scheduling policy
|
|
|
|
- better resources allocation APIs (%CPU, set memory)
|
|
|
|
|
|
|
|
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-01-26 20:11:32 +08:00
|
|
|
- support for QEmu and other virtualization engines
|
2005-11-08 01:16:18 +08:00
|
|
|
|
|
|
|
Done:
|
|
|
|
- make dist and make rpm targets
|
2005-12-05 19:16:07 +08:00
|
|
|
- set a no public by default policy for libvir symbols
|
2006-01-31 18:21:10 +08:00
|
|
|
- fix the python bindings
|