X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=64e0c7e9692aaddb5685ac1f6ab3fc04c315eff1;hp=38da575c1ea0f4464a289da9706efa36773e26f0;hb=c50eb8f1cc33009f1ed29a002066e026fe2923f4;hpb=dd093a7660338ac5ad1959394f09397df2c793de diff --git a/TODO b/TODO index 38da575..64e0c7e 100644 --- a/TODO +++ b/TODO @@ -376,3 +376,17 @@ would make more sense to just use libblkid for this. There are some places where we call out to the 'blkid' program. This might be replaced by direct use of the library (if this is easier). + +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.