From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cz7Iu-0001ZS-AJ for qemu-devel@nongnu.org; Thu, 10 Feb 2005 00:55:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cz7Ij-0001Ty-B1 for qemu-devel@nongnu.org; Thu, 10 Feb 2005 00:55:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cz7Ij-0001TP-3z for qemu-devel@nongnu.org; Thu, 10 Feb 2005 00:55:41 -0500 Received: from [204.3.218.98] (helo=lvin.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Cz73y-0003On-Bv for qemu-devel@nongnu.org; Thu, 10 Feb 2005 00:40:26 -0500 Received: from redserver ([210.187.111.86]) by lvin.org (8.13.1/8.12.6) with SMTP id j1A5eMUH067048 for ; Thu, 10 Feb 2005 13:40:23 +0800 (MYT) (envelope-from mingching.tiew@redtone.com) Message-ID: <001301c50f32$6aeb63c0$8916fea9@freelance> From: "Ming-Ching Tiew" References: <1107974989.17910.6.camel@jmcmullan> <1107986571.10555.833.camel@rapid> Subject: Re: [Qemu-devel] New emulator: MIPS-user Date: Thu, 10 Feb 2005 13:35:53 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: "J. Mayer" To: Sent: Thursday, February 10, 2005 6:02 AM Subject: Re: [Qemu-devel] New emulator: MIPS-user > > I wrote a MIPS32 emulation for qemu (which is still not released because > of lack of time for debugging). It supports MIPS32 with MIPS r4k MMU > and preliminary code for MIPS16. There is some preliminary support for > MIPS64 (just load and stores, for now). > I did load a linux kernel until the "unable to find init" panic message > using this code. > Would you like to see it to avoid duplicate effort ? > Note that I did a system emulation, with no user mode only support. > -- It will be good if it could emulate WRT54g or the related hardware used by the those Linux-based firewall/router. Those hardware are based on MIPSEL. Cheers