qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: MIPS little endian system emulation?


From: Domen Puncer
Subject: [Qemu-devel] Re: MIPS little endian system emulation?
Date: Wed, 11 Jan 2006 13:11:57 +0100
User-agent: Mutt/1.5.11

On 11/01/06 12:56 +0100, Domen Puncer wrote:
> Hi.
> 
> What would need to be done for qemu to support little endian system
> emulation?
> I tried changing kernel config, to "support" little endian, and it
> even builds it. When i try to boot it with qemu-system-mips it...
> well... doesn't do anything.
> 
> I'm guessing that I need something like qemu-system-mipsel?
> Any hints on how to easily (if that's possible) provide it?

Hah, crazy, I changed this, and it worked:

--- qemu-0.8.0/configure        2005-12-19 23:51:53.000000000 +0100
+++ qemu/configure      2006-01-11 12:59:38.000000000 +0100
@@ -229,7 +229,7 @@
 
 if test -z "$target_list" ; then
 # these targets are portable
-    target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu 
mips-softmmu arm-softmmu"
+    target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu 
mips-softmmu arm-softmmu mipsel-softmmu"
 # the following are Linux specific
     if [ "$linux" = "yes" ] ; then
         target_list="i386-user arm-user armeb-user sparc-user ppc-user 
mips-user mipsel-user $target_list"


Sorry for the noise.
         
> 
> Thank you in advance.
> 
> 
>       Domen




reply via email to

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