From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36112 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXDWy-00061k-HG for qemu-devel@nongnu.org; Fri, 09 Jul 2010 09:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXDWx-0005mO-Gm for qemu-devel@nongnu.org; Fri, 09 Jul 2010 09:22:16 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:57473) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXDWx-0005l7-7m for qemu-devel@nongnu.org; Fri, 09 Jul 2010 09:22:15 -0400 Date: Fri, 9 Jul 2010 06:15:21 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 0/2] target-sh4: Add support for missing ldc & stc instructions with sgr Message-ID: <20100709131520.GH31369@codesourcery.com> References: <1278657516-26130-1-git-send-email-gnurou@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1278657516-26130-1-git-send-email-gnurou@gmail.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre Courbot Cc: qemu-devel@nongnu.org On Fri, Jul 09, 2010 at 03:38:34PM +0900, Alexandre Courbot wrote: > This series of patch adds support for the missing ldc & stc privileged > instructions with the sgr register. In order to take the difference > of support between SH4A and SH4 (which does not recognize ldc with sgr), > the LDST macro has been split into two simpler macros. Both of your patches need a Signed-off-by line (git format-patch -s). -Nathan