summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-29 20:24:38 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-29 20:25:19 +0100
commite820df70c7c7486cc4d5cc9f3e7ddbbae195fd41 (patch)
treead54f63072fe7ddda8b8cf4052954f7eed386421 /TODO
parent6812864f3783fbe7d3b8e8f33ef1899463fccd02 (diff)
downloadlibguestfs-e820df70c7c7486cc4d5cc9f3e7ddbbae195fd41.tar.gz
libguestfs-e820df70c7c7486cc4d5cc9f3e7ddbbae195fd41.tar.xz
libguestfs-e820df70c7c7486cc4d5cc9f3e7ddbbae195fd41.zip
Todo: Allow memsize to be configured.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index bc009460..8e3a184a 100644
--- a/TODO
+++ b/TODO
@@ -160,6 +160,10 @@ Allow swap space from the guest to be used. Is it a good idea?
----------------------------------------------------------------------
+Allow memsize to be configured (ie. guestfs_set_memsize etc)
+
+----------------------------------------------------------------------
+
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).