From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8d94-0006Jy-3U for qemu-devel@nongnu.org; Sun, 20 Nov 2016 20:11:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8d90-0000HX-4h for qemu-devel@nongnu.org; Sun, 20 Nov 2016 20:11:42 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:49097 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 1c8d8z-0000HD-Ud for qemu-devel@nongnu.org; Sun, 20 Nov 2016 20:11:38 -0500 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uAL18mFh138592 for ; Sun, 20 Nov 2016 20:11:36 -0500 Received: from e24smtp02.br.ibm.com (e24smtp02.br.ibm.com [32.104.18.86]) by mx0a-001b2d01.pphosted.com with ESMTP id 26ub4m63a4-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 20 Nov 2016 20:11:36 -0500 Received: from localhost by e24smtp02.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 20 Nov 2016 23:11:34 -0200 Date: Sun, 20 Nov 2016 23:11:20 -0200 From: joserz@linux.vnet.ibm.com References: <24417C16-1276-4256-A36A-584BF648C8F6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <24417C16-1276-4256-A36A-584BF648C8F6@gmail.com> Message-Id: <20161121011120.GA30835@pacoca> Subject: Re: [Qemu-devel] [Qemu-ppc] Testing PowerPC floating point instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: Peter Maydell , David Gibson , "list@suse.de:PowerPC list:PowerPC" , qemu-devel qemu-devel On Thu, Nov 17, 2016 at 10:57:41AM -0500, G 3 wrote: > Is there an official way to test any of the PowerPC floating point > instructions in QEMU? > Hello! it's not an "official way" but I've been working on Risu tool for PPC64le (https://wiki.linaro.org/PeterMaydell/Risu). I think the hardest part is done (implement the insns. file https://git.linaro.org/people/peter.maydell/risu.git/commit/?id=57b64ca433b95b6482ec92702fe473d6e684c20a) but I still have improvements to do. It could helps. Regards, Ziviani