mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-11 07:55:58 -06:00
XML dump function around to make sure all entry points are centralized in libvirt.c and also avoid doc generation troubles. * docs/examples/Makefile.am docs/examples/index.py: fix the makefile a bit. * TODO: updated * docs/format.html: added a description of the XML used for the domains. * docs//*: rebuilt Daniel
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
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
|
|
- extract error messages from the Xend rpc
|
|
|
|
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)
|
|
- DTD/RNG/XSD schemas for the XML Domain descriptions
|
|
|
|
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
|
|
- support for QEmu and other virtualization engines
|
|
|
|
Cleanup:
|
|
- now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ?
|
|
same for the buffers
|
|
|
|
Done:
|
|
- make dist and make rpm targets
|
|
- set a no public by default policy for libvir symbols
|
|
- fix the python bindings
|
|
- renamed to libvirt
|