From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHCvz-0004Mf-Cl for qemu-devel@nongnu.org; Tue, 12 Aug 2014 10:20:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHCvr-0007R9-US for qemu-devel@nongnu.org; Tue, 12 Aug 2014 10:20:19 -0400 Message-ID: <53EA2298.6070703@suse.de> Date: Tue, 12 Aug 2014 16:20:08 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1407851110-8075-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1407851110-8075-1-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [V2 PATCH 0/8] target-ppc: Bug Fixes for 64 Bit FXU Instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: david@gibson.dropbear.id.au On 12.08.14 15:45, Tom Musta wrote: > These patches fix assorted bugs in the emulation of Power Fixed Point Unit > instructions. > > All instructions have been thorougly tested by running millions of random > patterns through actual hardware and comparing the results against QEMU. > The bugs all appear to be limited to 64 bit implementations. > > V2: Added example data patterns to commit messages (no functional change from V1). Thanks, applied all to ppc-next. Alex