From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42238 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYBB7-00005C-Ph for qemu-devel@nongnu.org; Mon, 12 Jul 2010 01:03:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYBB6-0005Uz-Ok for qemu-devel@nongnu.org; Mon, 12 Jul 2010 01:03:41 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:56479) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYBB6-0005Ul-HI for qemu-devel@nongnu.org; Mon, 12 Jul 2010 01:03:40 -0400 Received: by pzk10 with SMTP id 10so1133156pzk.4 for ; Sun, 11 Jul 2010 22:03:39 -0700 (PDT) From: Alexandre Courbot Date: Mon, 12 Jul 2010 14:05:30 +0900 Message-Id: <1278911132-7828-1-git-send-email-gnurou@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/2] target-sh4: Add support for missing ldc & stc instructions with sgr List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. Changelog from v1: signed off the patches (sorry for omitting it).