From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbceg-00005F-Pm for qemu-devel@nongnu.org; Mon, 14 Sep 2015 18:55:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zbceb-0008QH-N8 for qemu-devel@nongnu.org; Mon, 14 Sep 2015 18:55:22 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:34337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zbceb-0008Q8-FD for qemu-devel@nongnu.org; Mon, 14 Sep 2015 18:55:17 -0400 Received: by padhy16 with SMTP id hy16so155960685pad.1 for ; Mon, 14 Sep 2015 15:55:16 -0700 (PDT) Sender: Richard Henderson References: <20150710095643.13280.88767.stgit@PASHA-ISP> From: Richard Henderson Message-ID: <55F75051.7050507@twiddle.net> Date: Mon, 14 Sep 2015 15:55:13 -0700 MIME-Version: 1.0 In-Reply-To: <20150710095643.13280.88767.stgit@PASHA-ISP> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 00/11] Fix exceptions handling for MIPS, PowerPC, and i386 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, Alexander Graf , aurelien@aurel32.net On 07/10/2015 02:56 AM, Pavel Dovgalyuk wrote: > Pavel Dovgalyuk (11): > softmmu: add helper function to pass through retaddr > softmmu: remove now unused functions > cpu-exec: introduce loop exit with restore function These first three have been merged now. > target-mips: improve exception handling > target-i386: introduce new raise_exception functions > target-i386: exception handling for FPU instructions > target-i386: exception handling for div instructions > target-i386: exception handling for memory helpers > target-i386: exception handling for seg_helper functions > target-i386: exception handling for other helper functions > target-ppc: exceptions handling in icount mode And I've applied the target-i386 patches to my tgt-i386-next branch. They'll be merged soon. That leaves the mips and ppc patches; I hope that Leon and Alex will review these. r~