qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add MIPS ELF loader


From: Fabrice Bellard
Subject: Re: [Qemu-devel] [PATCH] Add MIPS ELF loader
Date: Sun, 23 Apr 2006 19:16:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

I just added an ELF loader (inspirated from the SPARC one) which should work for all architectures. It supports symbol loading and use the CPU physical memory mappings to compute correct RAM addresses.

Fabrice.

Dirk Behme wrote:
Hi,

ELF loader feature for MIPS in patch

http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00033.html

was rejected because it breaks loading of raw kernel images:

http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00082.html

What about the patch in attachment? It first tries to load
image as an ELF file. If this fails it falls back to raw
image load. Additionally, it takes feature of patch above to
go on even if no BIOS is found.

Regards

Dirk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]