From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fo0QT-0006IW-TU for qemu-devel@nongnu.org; Wed, 07 Jun 2006 11:58:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fo0QR-0006HY-Rz for qemu-devel@nongnu.org; Wed, 07 Jun 2006 11:58:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fo0QR-0006HV-Of for qemu-devel@nongnu.org; Wed, 07 Jun 2006 11:58:31 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fo0Y4-0001Jv-9o for qemu-devel@nongnu.org; Wed, 07 Jun 2006 12:06:24 -0400 From: Paul Brook Subject: Re: [Qemu-devel] I want to add the ARMv6 instructions, who can give some advices? Date: Wed, 7 Jun 2006 16:58:27 +0100 References: <39134b110606070011y1ea95f6bh5e64468bc5b53c04@mail.gmail.com> <200606071607.19593.paul@codesourcery.com> <20060607154853.GA29923@mail.shareable.org> In-Reply-To: <20060607154853.GA29923@mail.shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606071658.27892.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jamie Lokier Cc: qemu-devel@nongnu.org > > Specifically clause 2(i): > > "No right is granted to [...] use the ARM Architecture Reference > > Manual for the purposes of developing or having developed > > microprocessor cores or models thereof which are compatible in whole > vvvv > > or part with either or both the instructions or programmer's models > ^^^^ > > described in this ARM Architecture Reference Manual" > > Qemu is already compatible "in part" with the the instructions and > models described in the manual, isn't it? > > So by the language of clause 2(i), aren't you _already_ prohibited from > working on Qemu's ARM code? All the information used to implement the current qemu Arm support is available from other sources not covered by this licence. I'm confident I could prove this if necessary. Paul