diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-18 12:41:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-18 12:41:41 +0100 |
commit | 06397c2f1ffe56e2300ff9439a2903479c9c3da3 (patch) | |
tree | 333351a36d75c958ada29fce1d240b5d53b39ab1 | |
parent | c50eb8f1cc33009f1ed29a002066e026fe2923f4 (diff) | |
download | libguestfs-06397c2f1ffe56e2300ff9439a2903479c9c3da3.tar.gz libguestfs-06397c2f1ffe56e2300ff9439a2903479c9c3da3.tar.xz libguestfs-06397c2f1ffe56e2300ff9439a2903479c9c3da3.zip |
todo: Add wishlist items to to-do list.
-rw-r--r-- | TODO | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. + +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. |