X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=3938a98fc66cfeed15d91d80600b6594d2c07ebd;hp=131f4d8671c6b4361c35707e19a16cb83cd7218e;hb=3155a268151d70a669517a1f1ea8563a7d91cdb8;hpb=19a1382fc9317ab88cdbf1dde76a8015868af51d diff --git a/TODO b/TODO index 131f4d8..3938a98 100644 --- a/TODO +++ b/TODO @@ -120,7 +120,6 @@ Extra commands / functionality: chgrp grep (do it locally using pipe?) dd (?) - du ln / ln -s mknod readlink @@ -155,10 +154,33 @@ Extra commands / functionality: pivot_root fts(3) / ftw(3) - guestfish only: - cat file | pipe-cmd should have a generic form? like - 'file | less' or 'file | sort'? - ---------------------------------------------------------------------- Allow swap space from the guest to be used. Is it a good idea? + +---------------------------------------------------------------------- + +Allow memsize to be configured (ie. guestfs_set_memsize etc) +Also have an environment variable (LIBGUESTFS_MEMSIZE). + +---------------------------------------------------------------------- + +Need a way to query a binary or library file for its architecture. +Using objdump or readelf? +What about non-ELF files (eg. Windows, BSD). + +To do this properly requires some serious logic, eg. to cover Linux +and Windows we'd need objdump and i686-pc-mingw32-objdump, and more to +cover a.out, COFF and 64 bit Windows. Therefore this cannot be done +inside the daemon, and should be done by a separate, external program +similar to virt-inspector. + +Probably we should go all the way and have virt-inspector able to +determine kernel and userspace architectures of guests. + +---------------------------------------------------------------------- + +Other initrd-* commands, such as: + +initrd-extract +initrd-replace