From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXiPj-0008SC-QY for qemu-devel@nongnu.org; Sun, 23 Apr 2006 13:30:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXiPh-0008P7-Jv for qemu-devel@nongnu.org; Sun, 23 Apr 2006 13:30:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXiPg-0008Na-IF for qemu-devel@nongnu.org; Sun, 23 Apr 2006 13:30:24 -0400 Received: from [84.96.92.60] (helo=Smtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FXiRj-00021y-NW for qemu-devel@nongnu.org; Sun, 23 Apr 2006 13:32:31 -0400 Received: from [84.99.204.67] by sp604001mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0IY600FARR7TQO20@sp604001mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Sun, 23 Apr 2006 19:28:41 +0200 (CEST) Date: Sun, 23 Apr 2006 19:27:53 +0200 From: Fabrice Bellard Message-id: <444BB919.3060403@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Subject: [Qemu-devel] new MIPS instructions Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marius Groeger , dirk.behme@googlemail.com Cc: qemu-devel@nongnu.org Hi, Since many new MIPS instructions are added, I think it is very important now to add a way to dynamically select the exact MIPS processor model that is emulated in QEMU. I suggest adding a parameter to cpu_mips_init() telling the exact CPU model which is emulated. Optionnal features (such as the FPU) could be specified with an additionnal parameter. Regards, Fabrice.