todo: Add wishlist items to to-do list.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Oct 2010 11:41:41 +0000 (12:41 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 18 Oct 2010 11:41:41 +0000 (12:41 +0100)
TODO

diff --git a/TODO b/TODO
index 64e0c7e..e9716f2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -390,3 +390,18 @@ Eric Sandeen pointed out the blktrace tool which is a better way of
 capturing traces than using patched qemu (see
 contrib/visualize-alignment).  We would still use the same
 visualization tools in conjunction with blktrace traces.
 capturing traces than using patched qemu (see
 contrib/visualize-alignment).  We would still use the same
 visualization tools in conjunction with blktrace traces.
+
+Virt-df UUID
+------------
+
+Virt-df and any other tools with --csv output should be able to print
+UUID of domain.  This allows you to track the real domain across
+renames etc.
+
+Add-domain command
+------------------
+
+guestfs_add_domain (g, "libvirt-dom");
+
+However this would need to not depend on libvirt, eg. loading it
+on demand.