summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-08-07 20:55:03 +0000
committerDaniel Veillard <veillard@redhat.com>2006-08-07 20:55:03 +0000
commit56e0d5b33d2b7310fcd82c871b53a5189c4a75cc (patch)
treea00a99a6bec6856744a7b84bdf09787aa2af7e28 /TODO
parentFix corrupt XML when boot device is a cdrom (diff)
downloadlibvirt-56e0d5b33d2b7310fcd82c871b53a5189c4a75cc.tar.gz
libvirt-56e0d5b33d2b7310fcd82c871b53a5189c4a75cc.tar.bz2
libvirt-56e0d5b33d2b7310fcd82c871b53a5189c4a75cc.zip
* TODO: updated with new items
Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index 48a59724a..726d79ccb 100644
--- 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