From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWR2a-0001PN-3D for qemu-devel@nongnu.org; Thu, 20 Apr 2006 00:45:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWR2Y-0001PA-HP for qemu-devel@nongnu.org; Thu, 20 Apr 2006 00:45:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWR2Y-0001P7-Cd for qemu-devel@nongnu.org; Thu, 20 Apr 2006 00:45:14 -0400 Received: from [64.233.182.184] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWR3o-00044B-3a for qemu-devel@nongnu.org; Thu, 20 Apr 2006 00:46:32 -0400 Received: by nproxy.gmail.com with SMTP id h2so33704nfe for ; Wed, 19 Apr 2006 21:45:13 -0700 (PDT) Message-ID: <444711E9.6080702@gmail.com> Date: Thu, 20 Apr 2006 06:45:29 +0200 MIME-Version: 1.0 References: <44468216.8010305@gmail.com> <44469BEF.6070400@mail.berlios.de> <20060419225038.GB30806@networkno.de> In-Reply-To: <20060419225038.GB30806@networkno.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Dirk Behme Subject: [Qemu-devel] MIPS patches, was: MIPS single stepping 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 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