From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0qmY-00065K-TN for qemu-devel@nongnu.org; Tue, 16 Dec 2014 06:59:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0qmU-000898-9b for qemu-devel@nongnu.org; Tue, 16 Dec 2014 06:59:14 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:17787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0qmU-00088i-3S for qemu-devel@nongnu.org; Tue, 16 Dec 2014 06:59:10 -0500 Message-ID: <54901E85.8000100@imgtec.com> Date: Tue, 16 Dec 2014 11:59:01 +0000 From: Leon Alrae MIME-Version: 1.0 References: <000e01d00dbf$36b8f4f0$a42aded0$@rt-rk.com>, <001501d00dc0$f1e038f0$d5a0aad0$@rt-rk.com> <8B7D5EC97CB15C4DBFDCE766959C1607B4687C@hhmail02.hh.imgtec.org> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: add CPU definition for MIPS-II List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Sanders , Vasileios Kalintiris , Petar Jovanovic Cc: "qemu-devel@nongnu.org" Hi Daniel, On 15/12/2014 14:03, Daniel Sanders wrote: > Hi, > > > > FWIW, the R6000 was a MIPS-II processor but I understand there was never > a proper manual for it. http://www.linux-mips.org/wiki/R6000 has a small > amount of information but not enough to accurately fill in qemu's structure. > > > >> If this is really problematic for qemu, why don't we add an >> --enable-experimental-targets, --enable-generic-targets or something >> similar for generic/old CPU definitions? > > > > One other possibility is to use a real CPU name such as R6000 but use > reasonable guesses where information is unavailable. Is that a good > compromise? Adding R6000 sounds like the right way to go. Probably it won't be accurately defined in QEMU until we can use the real hardware as a reference, but this is still better than "MIPS-II generic CPU". Thanks, Leon