From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgvGN-0004BE-4K for qemu-devel@nongnu.org; Wed, 13 Jul 2011 04:57:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgvGH-0006tK-80 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 04:57:46 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:42927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgvGG-0006tD-Tb for qemu-devel@nongnu.org; Wed, 13 Jul 2011 04:57:41 -0400 Received: by qyk10 with SMTP id 10so194020qyk.4 for ; Wed, 13 Jul 2011 01:57:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1310527849-784-1-git-send-email-tsnsaito@gmail.com> References: <1310527849-784-1-git-send-email-tsnsaito@gmail.com> From: Artyom Tarasenko Date: Wed, 13 Jul 2011 10:57:19 +0200 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] SPARC64: Implement sparcv9 ldfa/stfa instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tsuneo Saito Cc: qemu-devel@nongnu.org Hi, On Wed, Jul 13, 2011 at 5:30 AM, Tsuneo Saito wrote: > Hi, > > This patch series implements sparcv9 stfa/ldfa instructions with > non block-transfer ASIs that implementations seem to be left unfinished. > This patch also adds fp_disabled exception checks on stfa/ldfa > as they are FP instructions. Nice series! May I ask what have you used as a test case to discover the problem? Please use the scripts/checkpatch.pl script to check coding style, there are some braces missing in 2/4 and 4/4 patches. The contents Acked-by: Artyom Tarasenko > =A0target-sparc/op_helper.c | =A0 31 ++++++++++++++++++++++--------- > =A0target-sparc/translate.c | =A0 14 ++++++++++++-- > =A02 files changed, 34 insertions(+), 11 deletions(-) > > --=20 Regards, Artyom Tarasenko solaris/sparc under qemu blog: http://tyom.blogspot.com/