From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdlHG-0000j9-4l for qemu-devel@nongnu.org; Sun, 20 Sep 2015 16:32:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdlHC-0006mb-5W for qemu-devel@nongnu.org; Sun, 20 Sep 2015 16:32:02 -0400 Received: from mx2.suse.de ([195.135.220.15]:35669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdlHB-0006lv-UP for qemu-devel@nongnu.org; Sun, 20 Sep 2015 16:31:58 -0400 References: <20150710095643.13280.88767.stgit@PASHA-ISP> <55F75051.7050507@twiddle.net> From: Alexander Graf Message-ID: <55FF17BC.307@suse.de> Date: Sun, 20 Sep 2015 22:31:56 +0200 MIME-Version: 1.0 In-Reply-To: <55F75051.7050507@twiddle.net> Content-Type: text/plain; charset=utf-8 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: Richard Henderson , Pavel Dovgalyuk , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, leon.alrae@imgtec.com, aurelien@aurel32.net, "david@gibson.dropbear.id.au" On 15.09.15 00:55, Richard Henderson wrote: > 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. Sorry, I won't get around to review the ppc parts for the next 2 months at least. David / Aurelien, could you please help out here? Alex