From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjMWC-0005nh-Sd for qemu-devel@nongnu.org; Mon, 05 Dec 2005 15:01:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjMWC-0005nI-0s for qemu-devel@nongnu.org; Mon, 05 Dec 2005 15:01:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjMWB-0005nA-K7 for qemu-devel@nongnu.org; Mon, 05 Dec 2005 15:00:59 -0500 Received: from [84.96.92.55] (helo=smtP.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EjMWj-0003Ow-MD for qemu-devel@nongnu.org; Mon, 05 Dec 2005 15:01:33 -0500 Received: from [84.102.211.184] by sp604004mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IR10043JJ1MU2B1@sp604004mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Mon, 05 Dec 2005 20:48:59 +0100 (CET) Date: Mon, 05 Dec 2005 20:50:46 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] Current MIPS fixes In-reply-to: <20051204211930.GA23961@nevyn.them.org> Message-id: <43949A16.4080007@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <20051204211930.GA23961@nevyn.them.org> 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 Daniel Jacobowitz wrote: > Fabrice, since the last combined patch I sent you, I've dropped the exec.c > bits; added EXCP_HALTED; improved the unaligned access traps; and shaved two > bits off the branch delay slot state. It's still pretty slow, but I'm > confident it can go faster. Also has the command line passing bits merged. I am about to commit it ! About your command line patch : can you also add support for the "-inird" option ? It would be easier for me to test it and to distribute a sample version. Fabrice.