]> xenbits.xensource.com Git - libvirt.git/commitdiff
TODO update
authorKarel Zak <kzak@redhat.com>
Tue, 21 Feb 2006 21:01:09 +0000 (21:01 +0000)
committerKarel Zak <kzak@redhat.com>
Tue, 21 Feb 2006 21:01:09 +0000 (21:01 +0000)
ChangeLog
TODO

index 85cba21b2c7624d3a90484000fc884442727c273..1434d6c1854ba5d1f257ce7f1c11fc6ab7998698 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 21 22:00:11 CET 2006 Karel Zak <kzak@redhat.com>
+
+       * TODO: added virsh part
+
 Tue Feb 21 09:14:07 EST 2006 Daniel Veillard <veillard@redhat.com>
 
        * Makefile.am: extended make tests to run those in docs/examples
diff --git a/TODO b/TODO
index 9029a6b1afaa91a81228c3d5d35ccb1a1d8509c8..7ef758fe97e773d6ac4c984e3587dbffdc33e1db 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,6 +14,17 @@ TODO:
 - in python bindings raise an exception if a lookup or connection fails
   to return a non-None object
 
+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")
+      create [--conf /path/file.conf | name]
+- new cmd: print info about domain configuration:
+      cinfo [--conf /path/file.conf | name] 
+- new cmd: print list of all domains configurations:
+      clist [--dir /path]
+- new cmd: print info about saved domain image:
+      sinfo /path/domain.img
+
 Probable TODOs:
 - event on big domain state change (create, crashed, paused, shutdown, destroy)
 - bindings for more languages