X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=e9716f23d4ce1edbc787bd17467c52d9ce0ecbe4;hp=5275415fc8d0be011fbb4045ed24228abfb2536a;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hpb=6123abc165e707a19e35b5cf16e676f79476116c diff --git a/TODO b/TODO index 5275415..e9716f2 100644 --- a/TODO +++ b/TODO @@ -382,3 +382,26 @@ Remove repo from appliance name There's no need to have the appliance name contain the repository name (ie initramfs.x86_64.img instead of initramfs.fedora-13.x86_64.img). + +Visualization +------------- + +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.