From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5tme-0008Ja-FA for qemu-devel@nongnu.org; Sat, 12 Jul 2014 05:40:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5tmY-00065u-Dn for qemu-devel@nongnu.org; Sat, 12 Jul 2014 05:39:56 -0400 Message-ID: <53C10264.9000405@suse.de> Date: Sat, 12 Jul 2014 11:39:48 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405091884-29955-1-git-send-email-Joakim.Tjernlund@transmode.se> <1405091884-29955-5-git-send-email-Joakim.Tjernlund@transmode.se> <53C083B9.2040506@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 4/4] ppc: remove excessive logging List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-ppc@nongnu.org" , Joakim Tjernlund , QEMU Developers On 12.07.14 10:58, Peter Maydell wrote: > On 12 July 2014 01:39, Alexander Graf wrote: >> What do the other platforms do on illegal instructions during user mode? >> Any way we can get consistency across the board? > Mostly it looks like they just silently generate the SIGILL. > Consistency has never been our strong point :-) That means this patch brings things towards consistency? It's certainly good for me then :) Alex