From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcRHQ-0003ij-9H for qemu-devel@nongnu.org; Thu, 17 Sep 2015 00:58:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcRHM-000442-67 for qemu-devel@nongnu.org; Thu, 17 Sep 2015 00:58:44 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:35120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcRHL-00043g-VJ for qemu-devel@nongnu.org; Thu, 17 Sep 2015 00:58:40 -0400 Received: by pacfv12 with SMTP id fv12so9563018pac.2 for ; Wed, 16 Sep 2015 21:58:39 -0700 (PDT) Sender: Richard Henderson References: <1442178225-26780-1-git-send-email-aurelien@aurel32.net> From: Richard Henderson Message-ID: <55FA487C.9010309@twiddle.net> Date: Wed, 16 Sep 2015 21:58:36 -0700 MIME-Version: 1.0 In-Reply-To: <1442178225-26780-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] target-ppc: vector instruction fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Tom Musta , Alexander Graf On 09/13/2015 02:03 PM, Aurelien Jarno wrote: > This patchset fixes some vector instructions which are incorrectly > decoded or implemented. The first patch is needed to run recent version > of openssl, as it enabled POWER8 instrutctions when it detects such a > CPU. > > Aurelien Jarno (2): > target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor > target-ppc: fix xscmpodp and xscmpudp decoding > > target-ppc/int_helper.c | 19 ++++++++++++++----- > target-ppc/translate.c | 11 +++++++++-- > 2 files changed, 23 insertions(+), 7 deletions(-) > > Cc: Tom Musta > Cc: Alexander Graf > Reviewed-by: Richard Henderson r~