summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-29 09:48:08 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-29 12:32:01 +0100
commit06df9ec2413d7f5ae366bfab1b2177d7b3929837 (patch)
tree6990c5c60af41d580136c7401aa2cf379f7f1bb0 /TODO
parent1f65b900f0f17a700035dea9a76b910504f4507c (diff)
downloadlibguestfs-06df9ec2413d7f5ae366bfab1b2177d7b3929837.tar.gz
libguestfs-06df9ec2413d7f5ae366bfab1b2177d7b3929837.tar.xz
libguestfs-06df9ec2413d7f5ae366bfab1b2177d7b3929837.zip
inspector: Determine guest architecture.
This commit adds kernel and userspace architecture detection (fully for Linux, partially for Windows). It adds an architecture for each kernel detected, and an architecture for each root (ie. userspace) found.
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index 291d220a..dbfc3c88 100644
--- a/TODO
+++ b/TODO
@@ -182,22 +182,6 @@ Swap space
Allow swap space from the guest to be used. Is it a good idea?
-Query guest architecture
-------------------------
-
-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
-----------------------