From: Richard W.M. Jones Date: Mon, 29 Jun 2009 19:24:38 +0000 (+0100) Subject: Todo: Allow memsize to be configured. X-Git-Tag: 1.0.55~48 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=e820df70c7c7486cc4d5cc9f3e7ddbbae195fd41 Todo: Allow memsize to be configured. --- diff --git a/TODO b/TODO index bc00946..8e3a184 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).