summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-06-30 11:16:22 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-06-30 13:10:44 +0100
commit3d15f7e652340777514ff30c3cfc560a90b612ec (patch)
tree7ded6427f608f60153e0852577b1e93628b2c5b4 /TODO
parent284797c1561e5e089986027d469bd16ee1a983df (diff)
downloadlibguestfs-3d15f7e652340777514ff30c3cfc560a90b612ec.tar.gz
libguestfs-3d15f7e652340777514ff30c3cfc560a90b612ec.tar.xz
libguestfs-3d15f7e652340777514ff30c3cfc560a90b612ec.zip
Add 'set_memsize'/'get_memsize' calls.
Allow the qemu memory size to be specified either by API calls or by setting the LIBGUESTFS_MEMSIZE environment variable.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 3938a98f..bc009460 100644
--- a/TODO
+++ b/TODO
@@ -160,11 +160,6 @@ 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).