From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42205 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN8h2-0000sB-9Q for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:43:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN8h0-000710-S6 for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:43:16 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:44205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN8h0-00070k-JN for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:43:14 -0500 Date: Mon, 29 Nov 2010 10:43:12 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 01/12] target-arm: Add support for PKHxx in thumb2 Message-ID: <20101129184311.GH8544@codesourcery.com> References: <1290538431-13170-1-git-send-email-peter.maydell@linaro.org> <1290538431-13170-2-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290538431-13170-2-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Tue, Nov 23, 2010 at 06:53:40PM +0000, Peter Maydell wrote: > From: Johan Bengtsson > > The PKHxx instructions were not recognized by the thumb2 decoder. The > solution provided in this changeset is identical to the arm-mode > implementation. > > Signed-off-by: Johan Bengtsson > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan