From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC5BA-0000np-5u for qemu-devel@nongnu.org; Mon, 06 Jul 2015 08:07:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC5B5-0006p0-BH for qemu-devel@nongnu.org; Mon, 06 Jul 2015 08:07:20 -0400 Received: from mail-qk0-x22e.google.com ([2607:f8b0:400d:c09::22e]:35400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC5B5-0006ow-5s for qemu-devel@nongnu.org; Mon, 06 Jul 2015 08:07:15 -0400 Received: by qkbp125 with SMTP id p125so115031839qkb.2 for ; Mon, 06 Jul 2015 05:07:14 -0700 (PDT) Sender: Richard Henderson References: <20150706082535.11980.88013.stgit@PASHA-ISP> <20150706082617.11980.96446.stgit@PASHA-ISP> From: Richard Henderson Message-ID: <559A6F6D.8040502@twiddle.net> Date: Mon, 6 Jul 2015 13:07:09 +0100 MIME-Version: 1.0 In-Reply-To: <20150706082617.11980.96446.stgit@PASHA-ISP> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 07/11] target-i386: exception handling for memory helpers 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/06/2015 09:26 AM, Pavel Dovgalyuk wrote: > This patch fixes exception handling for memory helpers. > > Signed-off-by: Pavel Dovgalyuk > --- > target-i386/mem_helper.c | 39 ++++++++++++++++++--------------------- > 1 files changed, 18 insertions(+), 21 deletions(-) Reviewed-by: Richard Henderson r~