From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxQ30-0007Qy-Rp for qemu-devel@nongnu.org; Mon, 03 Jul 2006 11:09:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxQ2y-0007P6-W3 for qemu-devel@nongnu.org; Mon, 03 Jul 2006 11:09:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxQ2y-0007Ox-Gr for qemu-devel@nongnu.org; Mon, 03 Jul 2006 11:09:12 -0400 Received: from [84.96.92.60] (helo=Smtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxQGR-0003yY-Nq for qemu-devel@nongnu.org; Mon, 03 Jul 2006 11:23:07 -0400 Received: from [84.99.204.181] by sp604001mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J1U000HW1E6LCF1@sp604001mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Mon, 03 Jul 2006 16:54:06 +0200 (CEST) Date: Mon, 03 Jul 2006 16:53:59 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH] MIPS instruction set configuration In-reply-to: <44A92A8A.8010200@gmail.com> Message-id: <44A92F87.6030408@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <449EB5FA.6070405@gmail.com> <449EBC39.3050701@bellard.org> <449FFEB2.1070305@gmail.com> <44A040DA.2050108@bellard.org> <44A1529D.1070306@gmail.com> <44A19BC3.1030607@bellard.org> <44A7F3F1.5020909@gmail.com> <20060702231636.GB18996@networkno.de> <44A8D615.9060004@bellard.org> <44A92A8A.8010200@gmail.com> 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: > Fabrice Bellard wrote: > >> Each machine can add specific support for that (for example a -cpu >> option). It is likely to come at least for the PC machines. > > ... > >> I add suggest one more parameter to cpu_mips_set_model() to specify >> optional features. A function converting a CPU "string id" into an id >> + features would be interesting too. > > > Fabrice, do you will accept the patch if I remove the MIPS_FEATURE_ISAx > options and convert MIPS_FEATURE_NEC_EXT to MIPS_FEATURE_NEC_VR5400 as > described in my previous mail? Yes. Even without I can accept it as it is better than what we previously had. Fabrice.