TODO 922 字节
Newer Older
D
Daniel Veillard 已提交
1
TODO:
2
- libvirt_virDomainSetMemory should check memory is > 0
D
Daniel Veillard 已提交
3 4
- check how to better handle renaming of domains (xm rename and cache)

5
- UUID lookup in hash.c
D
Daniel Veillard 已提交
6

D
Daniel Veillard 已提交
7 8
Other environment:
- support for UML
9

D
Daniel Veillard 已提交
10
  + UML control layer should be easy at least for one user but incomplete
K
Karel Zak 已提交
11

D
Daniel Veillard 已提交
12 13 14 15 16
Probable TODOs:
- event on big domain state change (create, crashed, paused, shutdown, destroy)
- bindings for more languages

Would-be-nice TODO:
D
Daniel Veillard 已提交
17
- man page for virsh and the libraries entry points
D
Daniel Veillard 已提交
18
- more documentation and examples on using the toolkit
19
- examples for the error handling code
D
Daniel Veillard 已提交
20

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

25 26 27 28 29
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).