From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbhlJ-0003KD-98 for qemu-devel@nongnu.org; Thu, 09 Feb 2017 00:59:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbhlG-0002xz-74 for qemu-devel@nongnu.org; Thu, 09 Feb 2017 00:59:21 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:56539 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbhlG-0002xj-1r for qemu-devel@nongnu.org; Thu, 09 Feb 2017 00:59:18 -0500 Received: from pps.filterd (m0098420.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v195wQ6j102756 for ; Thu, 9 Feb 2017 00:59:17 -0500 Received: from e28smtp07.in.ibm.com (e28smtp07.in.ibm.com [125.16.236.7]) by mx0b-001b2d01.pphosted.com with ESMTP id 28gcrjbr4w-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 09 Feb 2017 00:59:16 -0500 Received: from localhost by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Feb 2017 11:29:13 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id C59653940033 for ; Thu, 9 Feb 2017 11:29:10 +0530 (IST) Received: from d28av06.in.ibm.com (d28av06.in.ibm.com [9.184.220.48]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v195xAQC33226758 for ; Thu, 9 Feb 2017 11:29:10 +0530 Received: from d28av06.in.ibm.com (localhost [127.0.0.1]) by d28av06.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id v195x9TM012423 for ; Thu, 9 Feb 2017 11:29:10 +0530 From: Nikunj A Dadhania Date: Thu, 9 Feb 2017 11:28:49 +0530 In-Reply-To: <1486619931-1086-1-git-send-email-nikunj@linux.vnet.ibm.com> References: <1486619931-1086-1-git-send-email-nikunj@linux.vnet.ibm.com> Message-Id: <1486619931-1086-2-git-send-email-nikunj@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 1/3] risu_ppc64le: set r23 as the comment says List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, joserz@linux.vnet.ibm.com, bharata@linux.vnet.ibm.com, nikunj@linux.vnet.ibm.com Signed-off-by: Nikunj A Dadhania --- risugen_ppc64.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/risugen_ppc64.pm b/risugen_ppc64.pm index 8e323a2..0532e3a 100644 --- a/risugen_ppc64.pm +++ b/risugen_ppc64.pm @@ -167,9 +167,9 @@ sub clear_vr_registers() # addi r22, r1, 32 insn32(0x3ac10020); # li r23, 0 - write_mov_ri(23, 1); + write_mov_ri(23, 0); # std r23, 0(r22) - insn32(0xfaf60000); + insn32(0xfaf60000); for (my $i = 0; $i < 32; $i++) { # vxor i, i, i -- 2.7.4