From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRibb-0003vy-AC for qemu-devel@nongnu.org; Tue, 18 Aug 2015 11:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRibX-0004Q9-BC for qemu-devel@nongnu.org; Tue, 18 Aug 2015 11:15:15 -0400 Received: from mail-qg0-x22b.google.com ([2607:f8b0:400d:c04::22b]:34592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRibX-0004Q0-6v for qemu-devel@nongnu.org; Tue, 18 Aug 2015 11:15:11 -0400 Received: by qgeg42 with SMTP id g42so120069734qge.1 for ; Tue, 18 Aug 2015 08:15:11 -0700 (PDT) Sender: Richard Henderson References: <20150710095643.13280.88767.stgit@PASHA-ISP> <20150710095735.13280.67497.stgit@PASHA-ISP> From: Richard Henderson Message-ID: <55D34BFB.1010908@twiddle.net> Date: Tue, 18 Aug 2015 08:15:07 -0700 MIME-Version: 1.0 In-Reply-To: <20150710095735.13280.67497.stgit@PASHA-ISP> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 09/11] target-i386: exception handling for seg_helper functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, rth7680@gmail.com, leon.alrae@imgtec.com, agraf@suse.de, aurelien@aurel32.net On 07/10/2015 02:57 AM, Pavel Dovgalyuk wrote: > This patch fixes exception handling for seg_helper functions. > > Signed-off-by: Pavel Dovgalyuk > --- > target-i386/helper.h | 4 > target-i386/seg_helper.c | 616 ++++++++++++++++++++++++---------------------- > target-i386/translate.c | 42 +-- > 3 files changed, 335 insertions(+), 327 deletions(-) Reviewed-by: Richard Henderson r~