From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HM76c-0004qr-QH for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:31:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HM76a-0004qe-C9 for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:31:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HM76a-0004qb-9O for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:31:16 -0500 Received: from moutng.kundenserver.de ([212.227.126.183]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HM76Z-0001nl-Hg for qemu-devel@nongnu.org; Tue, 27 Feb 2007 13:31:15 -0500 Message-ID: <45E478F0.6080406@mail.berlios.de> Date: Tue, 27 Feb 2007 19:31:12 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] MIPS FPU dynamic activation, part 1 References: <20070225203222.E6B425E1C4@smtp4-g19.free.fr> In-Reply-To: <20070225203222.E6B425E1C4@smtp4-g19.free.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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 It would be great to see Hervé's patch in CVS HEAD. There are already emulated MIPS machines with and without FPU today, so removing the need for different binaries is a good idea. Stefan Hervé Poussineau schrieb: > Hi, > > This patch remove (most of) the use of the #define MIPS_USES_FPU, and > replaces it with a check of the FP bit in the config1 register. > The only place where MIPS_USES_FPU is still used is when resetting a > CPU, to > set (or not) the FP bit. > > In a latter patch, this bit may be dynamically enabled according to some > condition, as a command line switch or the CPU model. > > Hervé > > > ------------------------------------------------------------------------ > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel