X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=e99f7ed69d631f1b57af457434e2d4c39786eaf4;hp=d459ab89b4a3929e9df54fb12659631cafcd45f8;hb=819f30e332160ba05f7bf6dd068622cc07bf9ffc;hpb=3b759fe7fe568a3d643ee99e0aef0adaf163d1e5 diff --git a/TODO b/TODO index d459ab8..e99f7ed 100644 --- a/TODO +++ b/TODO @@ -232,25 +232,12 @@ http://www.perlmonks.org/index.pl?node_id=582185 Note that pty requires cooperation inside the C code too (there are two sides to a pty, and one has to be handled after the fork). -virt-rescue TERM ----------------- - -Pass TERM from the library, through the kernel command line, to the -init script. - Windows-based daemon/appliance ------------------------------ See discussion on list: https://www.redhat.com/archives/libguestfs/2009-November/msg00165.html -virt-grow, virt-shrink ----------------------- - -Grow and shrink existing guests. The main problem comes with -MBR-style partitions where you have to actually copy data around the -disk (unless you only want to change the final partition). - qemu locking ------------ @@ -271,4 +258,39 @@ 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 +libguestfs instance. + +List, mount filesystems by UUID and label +----------------------------------------- + +[See related: +http://www.redhat.com/archives/libguestfs/2009-August/msg00031.html] + +List filesystems by UUID or label. + +Mount filesystems by UUID or label. (I'm not really sure if we can do +this at the moment but we ought to be able to do it, and perhaps make +it easier by having a direct command). + +UUencoded uploads +----------------- + +(Or base64). Something like: + +base64-in -<