From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCTrf-0006Sd-U5 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 10:28:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCTrd-0005Jf-2o for qemu-devel@nongnu.org; Tue, 07 Jul 2015 10:28:51 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:34243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCTrc-0005JO-Rz for qemu-devel@nongnu.org; Tue, 07 Jul 2015 10:28:49 -0400 Received: by wgfr2 with SMTP id r2so14735904wgf.1 for ; Tue, 07 Jul 2015 07:28:48 -0700 (PDT) Sender: Richard Henderson References: <20150707133055.11808.93250.stgit@PASHA-ISP.def.inno> <20150707133120.11808.6460.stgit@PASHA-ISP.def.inno> From: Richard Henderson Message-ID: <559BE218.5010508@twiddle.net> Date: Tue, 7 Jul 2015 15:28:40 +0100 MIME-Version: 1.0 In-Reply-To: <20150707133120.11808.6460.stgit@PASHA-ISP.def.inno> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 04/10] target-i386: introduce new raise_exception 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/07/2015 02:31 PM, Pavel Dovgalyuk wrote: > This patch introduces new versions of raise_exception functions > that receive TB return address as an argument. > > Reviewed-by: Aurelien Jarno > > Signed-off-by: Pavel Dovgalyuk > --- > target-i386/cpu.h | 4 ++++ > target-i386/excp_helper.c | 30 +++++++++++++++++------------- > 2 files changed, 21 insertions(+), 13 deletions(-) Reviewed-by: Richard Henderson r~