summaryrefslogtreecommitdiffstats
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Guestfish feature: remote control of guestfish over a pipe.Richard Jones2009-07-141-8/+0
| | | | | | | | | | | | | | | | | The use case is to have a long-running guestfish process in a shell script, and thus to avoid the overhead of starting guestfish each time. Do: eval `guestfish --listen` guestfish --remote somecmd guestfish --remote someothercmd guestfish --remote exit This patch also supports having multiple guestfish processes at the same time. The protocol is simple XDR messages over a Unix domain socket.
* Removed getfattr/setfattr from TODO list, since now implemented.Richard W.M. Jones2009-07-141-2/+0
|
* Todo: Remote-control guestfish through a pipe.Richard Jones2009-07-061-0/+8
|
* 'readdir-and-stat' call is now effectively implemented.Richard W.M. Jones2009-07-031-1/+0
|
* Todo: getfattr, setfattr.Richard W.M. Jones2009-06-301-0/+2
|
* New commands: mknod, mkfifo, mknod_b, mknod_c and umask.Richard W.M. Jones2009-06-301-2/+0
| | | | | | | | | | These commands are used to create block and char device nodes or FIFOs (named pipes) in the filesystem. The umask command is required also because the permissions used by mknod are masked by the umask. Also document and guarantee that the umask starts as 022.
* Add 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-301-5/+0
| | | | | | Allow the qemu memory size to be specified either by API calls or by setting the LIBGUESTFS_MEMSIZE environment variable.
* Todo: Suggest an environment variable for memsize configuration.Richard W.M. Jones2009-06-291-0/+1
|
* Todo: Allow memsize to be configured.Richard W.M. Jones2009-06-291-0/+4
|
* Todo: Investigations into 'binarch' command.Richard W.M. Jones2009-06-291-0/+9
|
* Todo list: More suggestions.Richard W.M. Jones2009-06-291-0/+13
|
* Added 'du' command.Richard W.M. Jones2009-06-291-1/+0
| | | | This command estimates file usage for files and directories.
* Todo: Removed suggestion for short form for pipes.Richard W.M. Jones2009-06-291-4/+0
|
* Implement "more" and "less" commands in guestfish.Richard W.M. Jones2009-06-291-1/+0
| | | | | | | | Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish.
* Todo list: Pipes now implemented, so remove from list.Richard W.M. Jones2009-06-291-1/+0
|
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-291-1/+0
| | | | | These commands let you view parts of a large file without passing the whole file over the network connection.
* Todo: wc command done.Richard W.M. Jones2009-06-291-1/+0
|
* Implement TEST_ONLY environment variable to run selected tests only.Richard W.M. Jones2009-06-291-4/+0
| | | | | To run just selected tests, do: TEST_ONLY="hexdump mkfs" make -C capitests check
* Todo: RUN_ONLY_FORRichard W.M. Jones2009-06-291-0/+4
|
* Todo: 'wc' command.Richard W.M. Jones2009-06-291-1/+2
|
* More TODO items for future work.Richard W.M. Jones2009-06-241-0/+54
|
* Added guestfish -i option to run virt-inspector.Richard W.M. Jones2009-06-241-4/+0
| | | | | | You can invoke guestfish with: guestfish -i libvirt-domain guestfish -i disk-image(s)
* Implement guestfish -f option to allow guestfish scripts.Richard W.M. Jones2009-06-241-4/+0
| | | | | New '-f' option allows scripts to be written using: #!/usr/bin/guestfish -f
* Todo items: guestfish options -i and -f.Richard W.M. Jones2009-06-241-0/+8
|
* Command line argument handling.Richard W.M. Jones2009-06-231-15/+0
|
* Update to-do list.1.0.49Richard W.M. Jones2009-06-191-0/+4
|
* Add guestfs_rescue=1 appliance option to start a rescue shell.Richard Jones2009-06-111-7/+0
|
* More TODO-list suggestions and a summary of PPC situation.Richard Jones2009-06-111-0/+22
|
* Done: Device independent naming feature.Richard Jones2009-06-101-36/+0
|
* Added more to-do items to the list.Richard Jones2009-06-091-0/+44
|
* Todo: qemu options.Richard Jones2009-06-081-0/+15
|
* More TODO items.Richard Jones2009-06-081-0/+44
|
* Parse /etc/modprobe.conf and initrd to give us a closer understandingRichard Jones2009-06-061-7/+0
| | | | of what the guest will actually boot on.
* Added query mode to virt-inspector.Richard Jones2009-06-061-3/+3
|
* To-do: Note that we need to finish the bindings tests.Richard W.M. Jones2009-05-281-0/+5
|
* To-do item.Richard Jones2009-05-271-0/+2
|
* To-do list for virt-inspector.Richard Jones2009-05-191-0/+13
|
* Add vg-activate{,-all} commands, and resize recipe.Richard Jones2009-05-181-22/+0
|
* To-do: Explain the situation with resizing block devices.Richard Jones2009-05-161-0/+22
|
* To-do: zerofree done, Haskell bindings need to be completed.Richard W.M. Jones2009-05-151-2/+3
|
* To-do: zerofreeRichard W.M. Jones2009-05-141-0/+3
|
* Note about using FUSE / mountlo code.Richard Jones2009-05-091-0/+6
|
* Valgrind now implemented - remove from TODO listRichard Jones2009-05-091-4/+0
|
* To-do: Use valgrind.Richard Jones2009-05-081-0/+4
|
* Augeas is now completely optional.Richard Jones2009-05-071-5/+0
|
* Added TODO item.Richard Jones2009-05-061-0/+4
|
* Note Augeas support should be optional (TODO).Richard Jones2009-05-061-0/+5
|
* Another TODO item.Richard W.M. Jones2009-05-011-0/+8
|
* Added pkgconfig file (libguestfs.pc).1.0.8Richard Jones2009-04-221-4/+0
|
* qemu runtime done - remove from TODO list.Richard Jones2009-04-221-5/+0
|