+Mon Aug 7 21:57:41 CEST 2006 Daniel Veillard <veillard@redhat.com>
+
+ * TODO: updated with new items
+
Mon Aug 7 14:57:12 EDT 2006 Daniel Berrange <berrange@redhat.com>
- * src/xend_internal.c: Corrected string length calculation when appending
- a CDROM boot device element. Fixes corrupt XML structure.
+ * src/xend_internal.c: Corrected string length calculation when
+ appending a CDROM boot device element. Fixes corrupt XML structure.
Mon Aug 7 11:06:20 EDT 2006 Daniel Berrange <berrange@redhat.com>
TODO:
+- check impact of HVM device rename
+ http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00369.html
+- Finish integration of vCPU and affinity APIs
+ https://www.redhat.com/archives/libvir-list/2006-August/msg00017.html
+- check how to better handle renaming of domains (xm rename and cache)
+
- Create() API, how do we best keep flexibility and allow various
specific environment and space for evolution (VMX)
- track change of xend API & XML-RPC
- object unicity for domains at the Python level
- UUID lookup in hash.c
+Other environment:
+- support for QEmu
+- support for UML
+
+ + in both case raises the problem of listing the domains
+ + UML control layer should be easy at least for one user but incomplete
+ + QEmu control is not easy to plug, c.f. discussion on-list
+
virsh TODO:
- decide where will be default directory for domains configurations (/etc/xen/domains/* ?)
- new cmd: create new domain by config file (like "xm create")
Would-be-nice TODO:
- man page for virsh and the libraries entry points
-- support for QEmu and other virtualization engines
- more documentation and examples on using the toolkit
- examples for the error handling code