From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCTrq-0006mH-EP for qemu-devel@nongnu.org; Tue, 07 Jul 2015 10:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCTrn-0005Le-O9 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 10:29:02 -0400 Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:33439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCTrn-0005LX-G0 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 10:28:59 -0400 Received: by wgck11 with SMTP id k11so169804949wgc.0 for ; Tue, 07 Jul 2015 07:28:58 -0700 (PDT) Sender: Richard Henderson References: <20150707133055.11808.93250.stgit@PASHA-ISP.def.inno> <20150707133125.11808.99597.stgit@PASHA-ISP.def.inno> From: Richard Henderson Message-ID: <559BE226.60602@twiddle.net> Date: Tue, 7 Jul 2015 15:28:54 +0100 MIME-Version: 1.0 In-Reply-To: <20150707133125.11808.99597.stgit@PASHA-ISP.def.inno> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 05/10] target-i386: exception handling for FPU instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, leon.alrae@imgtec.com, agraf@suse.de, aurelien@aurel32.net On 07/07/2015 02:31 PM, Pavel Dovgalyuk wrote: > This patch fixes exception handling for FPU instructions > and removes obsolete PC update from translate.c. > > Reviewed-by: Aurelien Jarno > > Signed-off-by: Pavel Dovgalyuk > --- > target-i386/fpu_helper.c | 164 +++++++++++++++++++++++++++------------------- > target-i386/translate.c | 24 ------- > 2 files changed, 95 insertions(+), 93 deletions(-) Reviewed-by: Richard Henderson r~