X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=6ab6dc614c12c6d2380e3e4b2ee842ffe0faa870;hp=64e0c7e9692aaddb5685ac1f6ab3fc04c315eff1;hb=33d6e0e7234d8bb1285ed5eac852f4f0a3dd9562;hpb=c50eb8f1cc33009f1ed29a002066e026fe2923f4 diff --git a/TODO b/TODO index 64e0c7e..6ab6dc6 100644 --- a/TODO +++ b/TODO @@ -181,7 +181,6 @@ To mount read-only, add C 1> like this: which is equivalent to the following sequence of calls: $h = Sys::Guestfs->new (); - $h->set_autosync (1); $h->add_drive_ro ($filename); $h->launch (); $h->mount_ro (\"/dev/sda1\", \"/\"); @@ -390,3 +389,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.