From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VvUWJ-0005HX-Hj for qemu-devel@nongnu.org; Tue, 24 Dec 2013 11:07:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VvUWD-0003dR-Nd for qemu-devel@nongnu.org; Tue, 24 Dec 2013 11:07:47 -0500 Sender: Richard Henderson Message-ID: <52B9B149.20207@twiddle.net> Date: Tue, 24 Dec 2013 08:07:37 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1387399747-4994-1-git-send-email-tommusta@gmail.com> <1387399747-4994-14-git-send-email-tommusta@gmail.com> In-Reply-To: <1387399747-4994-14-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [V3 PATCH 13/14] target-ppc: Enable frsqrtes on Power7 and Power8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 12/18/2013 12:49 PM, Tom Musta wrote: > The frsqrtes instruction was introduced prior to ISA 2.06 and is > support on both the Power7 and Power8 processors. However, this > instruction is handled as illegal in the current QEMU emulation > machines. This patch enables the existing implemention of frsqrtes > in the P7 and P8 machines. > > Signed-off-by: Tom Musta > --- > target-ppc/translate_init.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Reviewed-by: Richard Henderson r~