summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-21 21:11:44 +0000
committerRichard Jones <rjones@redhat.com>2009-11-21 21:11:44 +0000
commitd49890d5bca89f87d4e75017fd4f9ba4deb55edb (patch)
treebeaa36ab2def4c396537b93b5b26913c5daf61d3 /TODO
parent6ce12286729395250fca86eebdfcaaf8aca69f33 (diff)
downloadlibguestfs-d49890d5bca89f87d4e75017fd4f9ba4deb55edb.tar.gz
libguestfs-d49890d5bca89f87d4e75017fd4f9ba4deb55edb.tar.xz
libguestfs-d49890d5bca89f87d4e75017fd4f9ba4deb55edb.zip
Update TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 15 insertions, 1 deletions
diff --git a/TODO b/TODO
index 981d67b4..24c0171c 100644
--- a/TODO
+++ b/TODO
@@ -281,4 +281,18 @@ qemu locking
Add -drive file=...,lock=exclusive and -drive file=...,lock=shared
Change libguestfs and libvirt to do the right thing, so that multiple
-instances of qemu cannot stomp on each other. \ No newline at end of file
+instances of qemu cannot stomp on each other.
+
+virt-disk-explore
+-----------------
+
+For multi-level disk images such as live CDs:
+http://rwmj.wordpress.com/2009/07/15/unpack-the-russian-doll-of-a-f11-live-cd/
+
+It's possible with libguestfs to recursively look for anything that
+might be a filesystem, mount-{,loop} it and look in those, revealing
+anything in a disk image.
+
+However this won't work easily for VM disk images in the disk image.
+One would have to download those to the host and launch another
+libguestfs instance. \ No newline at end of file