From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHbZt-00077a-0Q for qemu-devel@nongnu.org; Wed, 13 Aug 2014 12:39:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHbZn-000071-SD for qemu-devel@nongnu.org; Wed, 13 Aug 2014 12:39:08 -0400 Received: from mail-pd0-x22e.google.com ([2607:f8b0:400e:c02::22e]:60940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHbZn-00006t-M2 for qemu-devel@nongnu.org; Wed, 13 Aug 2014 12:39:03 -0400 Received: by mail-pd0-f174.google.com with SMTP id fp1so14670659pdb.19 for ; Wed, 13 Aug 2014 09:39:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <53EB949F.6090301@twiddle.net> Date: Wed, 13 Aug 2014 06:38:55 -1000 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] target-sparc64: implement Short Floating-Point Store Instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko , qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, mark.cave-ayland@ilande.co.uk On 08/12/2014 10:02 AM, Artyom Tarasenko wrote: > Implement Short Floating-Point Store Instructions as described > in the chapter 13.5.2 of UltraSPARC-IIi User's Manual. > > Particularly this instructions are used by NetBSD 4.0.1+ /sparc64 > > Signed-off-by: Artyom Tarasenko > Tested-by: Mark Cave-Ayland > --- > With this patch applied on top of cmd646 patches it's possible to install > and boot NetBSD 6.1.4 /sparc64. > > Changes from v0: corrected the comment messages, it's store, not load. Reviewed-by: Richard Henderson r~