qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH][MIPS]


From: Dirk Behme
Subject: Re: [Qemu-devel] [PATCH][MIPS]
Date: Tue, 02 May 2006 18:14:29 +0200
User-agent: Mozilla Thunderbird 1.0.7 (X11/20050923)

Alexander Voropay wrote:
The current CVS QEMU Makefile builds "qemu-system-mips"
binary which really emulates a little-endian system and should be
renamed to the "qemu-system-mipsel"

With configure --target-list you can select mips-softmmu or mipsel-softmmu. So I think it's a good idea to extend build system to generate

mips-softmmu -> qemu-system-mips (big endian)
mipsel-softmmu -> qemu-system-mipsel (little endian)

Has anybody a patch for this?

> Is it possible to build _both_ "qemu-system-mips*" for LE and BE support
> like userspace does ?

I don't think so at the moment. I'm not sure what happens if both (little and big endian) targets are selected by configure.

Dirk





reply via email to

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