From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWSna-0004fT-12 for qemu-devel@nongnu.org; Thu, 20 Apr 2006 02:37:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWSnY-0004ej-7z for qemu-devel@nongnu.org; Thu, 20 Apr 2006 02:37:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWSnY-0004eg-2F for qemu-devel@nongnu.org; Thu, 20 Apr 2006 02:37:52 -0400 Received: from [82.227.67.108] (helo=valhalla.twilight-hall.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWSoo-00039U-TV for qemu-devel@nongnu.org; Thu, 20 Apr 2006 02:39:11 -0400 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by valhalla.twilight-hall.net (Postfix) with ESMTP id 6CF949725A for ; Thu, 20 Apr 2006 08:37:49 +0200 (CEST) Message-ID: <44472C3D.7010103@twilight-hall.net> Date: Thu, 20 Apr 2006 08:37:49 +0200 From: =?ISO-8859-1?Q?Rapha=EBl_Rigo?= MIME-Version: 1.0 Subject: Re: [Qemu-devel] MIPS patches, was: MIPS single stepping References: <44468216.8010305@gmail.com> <44469BEF.6070400@mail.berlios.de> <20060419225038.GB30806@networkno.de> <444711E9.6080702@gmail.com> In-Reply-To: <444711E9.6080702@gmail.com> 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 Dirk Behme wrote: > Thiemo Seufer wrote: >> Stefan Weil wrote: >> >>> Great, it works fine. > > Thanks :) > >> FWIW, I have some rather massive MIPS update (e.g. MIPS32R2 support) >> in the works and hope to get it finished enough the next days to >> make a quilt patchset of it. I plan to integrate the other MIPS patches >> into it for the time being. > > My list of MIPS patches: > > MIPS Bugs: > ========= > > 1. [PATCH] Fix overflow conditions for MIPS add / subtract > http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00270.html > > *OR* > > [PATCH] Fix test for two's complement overflow > http://lists.gnu.org/archive/html/qemu-devel/2006-02/msg00154.html > > (not sure which is the prefered one. Are both equal?) > > 2. [PATCH] MIPS CP0 not usable in kernel mode? > http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00148.html > > 3. [PATCH] MIPS single stepping > http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00336.html > > MIPS Improvements: > ================== > > 1. [PATCH] Huge TLB performance improvement > http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00034.html > > 2. [PATCH] Add MIPS ELF loader > http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00185.html > > 3. [PATCH][MIPS] add "lwu" instruction > http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00326.html > > 4. [PATCH][MIPS] add basic FPU support > http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00327.html > > Anything missing? > > Dirk > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel You might want to include my patch adding some sockets-related syscalls. Raph