TODO 1.0 KB
Newer Older
D
Daniel Veillard 已提交
1 2 3 4 5 6
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
D
Daniel Veillard 已提交
7
- extract error messages from the Xend rpc
D
Daniel Veillard 已提交
8 9 10 11 12 13 14 15 16 17 18

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:
D
Daniel Veillard 已提交
19
- man page for virsh and the libraries entry points
D
Daniel Veillard 已提交
20
- support for QEmu and other virtualization engines
D
Daniel Veillard 已提交
21

D
Daniel Veillard 已提交
22 23 24 25
Cleanup:
- now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ?
  same for the buffers 

D
Daniel Veillard 已提交
26 27
Done:
- make dist and make rpm targets
28
- set a no public by default policy for libvir symbols
D
Daniel Veillard 已提交
29
- fix the python bindings
30
- renamed to libvirt