From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CE9eN-0007Tb-6F for qemu-devel@nongnu.org; Sun, 03 Oct 2004 12:55:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CE9eM-0007TP-OE for qemu-devel@nongnu.org; Sun, 03 Oct 2004 12:55:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CE9eM-0007TM-Ku for qemu-devel@nongnu.org; Sun, 03 Oct 2004 12:55:54 -0400 Received: from [64.233.170.197] (helo=mproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CE9XT-0008Qq-Aq for qemu-devel@nongnu.org; Sun, 03 Oct 2004 12:48:47 -0400 Received: by mproxy.gmail.com with SMTP id 73so306777rnl for ; Sun, 03 Oct 2004 09:48:46 -0700 (PDT) Message-ID: Date: Sun, 3 Oct 2004 12:48:46 -0400 From: Karl Magdsick Subject: Re: [Qemu-devel] Port to IRIX host In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <415FE91E.9060608@bellard.org> Reply-To: Karl Magdsick , 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 > > 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. > > Yes, you are correct. I just used what was easiest for me, but I will add > a check in configure, and according to that, a define. In my closet, I have an SGI Indy (MIPS64) with Debian Linux installed. Now I'm really tempted to dust it off and try running some of those packages that fail to compile for MIPS. At the time I stopped using the Indy machine, Debian used the 32-bit MIPS kernels. I'm not sure if this has changed recently. Is the MIPS port for 64-bit or 32-bit MIPS? In any case, the MIPS port of QEMU looks really cool. Thanks for all the hard work! About how many hours did it take to port QEMU to MIPS? -Karl