From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIzvJ-0006lM-B1 for qemu-devel@nongnu.org; Sun, 17 Aug 2014 08:51:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XIzvA-0002r6-NN for qemu-devel@nongnu.org; Sun, 17 Aug 2014 08:51:01 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:47594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XIzvA-0002pq-H8 for qemu-devel@nongnu.org; Sun, 17 Aug 2014 08:50:52 -0400 Message-ID: <53F0A50E.6080907@ilande.co.uk> Date: Sun, 17 Aug 2014 13:50:22 +0100 From: Mark Cave-Ayland MIME-Version: 1.0 References: <53EB949F.6090301@twiddle.net> In-Reply-To: <53EB949F.6090301@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Richard Henderson , Artyom Tarasenko , qemu-devel@nongnu.org Cc: blauwirbel@gmail.com On 13/08/14 17:38, Richard Henderson wrote: > 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 Thanks! I've applied this to my qemu-sparc with a minor spacing tweak. ATB, Mark.