]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* TODO: updated with new items
authorDaniel Veillard <veillard@redhat.com>
Mon, 7 Aug 2006 20:55:03 +0000 (20:55 +0000)
committerDaniel Veillard <veillard@redhat.com>
Mon, 7 Aug 2006 20:55:03 +0000 (20:55 +0000)
Daniel

ChangeLog
TODO

index 4f6a07b84354645dfa9000c2b5bf6d2f5455c269..1863fbd554b888520cd3624184c72a2f7bd764e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+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>
 
diff --git a/TODO b/TODO
index 48a59724ac977933e437d9c23dbddc1034ec4aa3..726d79ccb9ac7ae0d4d69e6d884155872ea7677f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,10 @@
 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
@@ -11,6 +17,14 @@ TODO:
 - 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")
@@ -28,7 +42,6 @@ Probable TODOs:
 
 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