From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlLqO-0007Fc-0Z for qemu-devel@nongnu.org; Mon, 03 Nov 2014 12:55:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlLqG-0008Kv-IK for qemu-devel@nongnu.org; Mon, 03 Nov 2014 12:55:07 -0500 Message-ID: <5457C172.2080204@suse.de> Date: Mon, 03 Nov 2014 18:54:58 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1414594959-4298-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1414594959-4298-1-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc: Fix Altivec Shifts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org, qemu-ppc@nongnu.org On 29.10.14 16:02, Tom Musta wrote: > Fix the implementation of the Altivec shift left and shift right > instructions (vsl, vsr) which erroneously inverts shift direction > on big endian hosts. > > Signed-off-by: Tom Musta Thanks, applied to ppc-next. Alex