From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdlES-00074W-Tx for qemu-devel@nongnu.org; Sun, 20 Sep 2015 16:29:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdlEO-00031a-Ig for qemu-devel@nongnu.org; Sun, 20 Sep 2015 16:29:08 -0400 References: <1442178225-26780-1-git-send-email-aurelien@aurel32.net> <55FA487C.9010309@twiddle.net> From: Alexander Graf Message-ID: <55FF170E.6070309@suse.de> Date: Sun, 20 Sep 2015 22:29:02 +0200 MIME-Version: 1.0 In-Reply-To: <55FA487C.9010309@twiddle.net> Content-Type: text/plain; charset=windows-1252 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: Richard Henderson , Aurelien Jarno , qemu-devel@nongnu.org Cc: Tom Musta , qemu-ppc On 17.09.15 06:58, Richard Henderson wrote: > 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 Thanks, applied both to ppc-next. Richard and Aurelien, could you please try to get PPC and s390 TCG patches into the tree without me for the next 2 months? I'm on parental leave right now and will try my best to disappear from email for about 2 months starting tomorrow ;). Also Aurelien, please make sure to CC qemu-ppc on patches to the ppc code base. It makes it easier for people to keep track of your patches. Thanks! Alex