From 06df9ec2413d7f5ae366bfab1b2177d7b3929837 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 29 Jul 2009 09:48:08 +0100 Subject: 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. --- TODO | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'TODO') 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 ----------------------- -- cgit