From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CE561-0008IN-8S for qemu-devel@nongnu.org; Sun, 03 Oct 2004 08:04:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CE55Y-00083X-Mt for qemu-devel@nongnu.org; Sun, 03 Oct 2004 08:03:40 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CE4ye-0007G0-DQ for qemu-devel@nongnu.org; Sun, 03 Oct 2004 07:56:32 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 211DA331E2 for ; Sun, 3 Oct 2004 13:56:31 +0200 (CEST) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19549-07 for ; Sun, 3 Oct 2004 13:56:31 +0200 (CEST) Received: from bellard.org (unknown [84.99.204.19]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id C044933231 for ; Sun, 3 Oct 2004 13:56:30 +0200 (CEST) Message-ID: <415FE91E.9060608@bellard.org> Date: Sun, 03 Oct 2004 13:57:18 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Port to IRIX host References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed 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 Thank you for the mips port and the documentation. Just one remark before merging your patch: could you distinguish the IRIX specific parts from the mips specific ones ? I saw you used '#ifdef __mips__' at places where it may be in fact IRIX specific code. Another note: for MIPS, using an alternate (embedded ?) ABI may give simpler code for op.o, in particular for the 'op parameters' and for the function calls. Did you look at this ? I can add your documentation in a new doc/ directory in QEMU. Do you have other ideas ? Fabrice. Johannes Schindelin wrote: > Hi, > > I just ran Linux in QEmu on IRIX(mips) for the first time! The patch is > attached. The other attachment is my documentation, which you might find > helpful, if only to understand how QEmu works. It consists of three parts: > Detailed explanation of dynamic translation, a HOWTO port to a new host, > and a loose collection of problems I encountered/solved. > > Ciao, > Dscho > > > ------------------------------------------------------------------------ > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel